summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-21 18:15:19 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-22 17:10:05 -0700
commit2e98ee0907474990e2929c892f5ead731d7ddb34 (patch)
tree414c7d36736a0787e3e54228646fe55e8a067d0f /source4/lib/ldb/include
parentec5d01278a6f38f76eb6edfa2e9bfb2fc8eb6fbe (diff)
downloadsamba-2e98ee0907474990e2929c892f5ead731d7ddb34.tar.gz
samba-2e98ee0907474990e2929c892f5ead731d7ddb34.tar.bz2
samba-2e98ee0907474990e2929c892f5ead731d7ddb34.zip
s4-ldb: only show the outer level of ldb ops when tracing
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index b78cef969a..0e0a1a206d 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -54,6 +54,7 @@ struct ldb_handle {
enum ldb_state state;
struct ldb_context *ldb;
unsigned flags;
+ unsigned nesting;
};
/* basic module structure */