diff options
author | Matthieu Patou <mat@matws.net> | 2012-03-30 01:24:07 -0700 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2012-03-30 11:59:09 +0200 |
commit | 40a4aea8918c2637703af03383f440d068820e48 (patch) | |
tree | 2484c3b27227f190b69e1ae94b66ede966bf3631 /lib/ldb/tools/cmdline.h | |
parent | 5df1c115391f2d673d3dd2dfb89146ce77639d41 (diff) | |
download | samba-40a4aea8918c2637703af03383f440d068820e48.tar.gz samba-40a4aea8918c2637703af03383f440d068820e48.tar.xz samba-40a4aea8918c2637703af03383f440d068820e48.zip |
ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Fri Mar 30 11:59:09 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/ldb/tools/cmdline.h')
-rw-r--r-- | lib/ldb/tools/cmdline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ldb/tools/cmdline.h b/lib/ldb/tools/cmdline.h index 416bf51d228..672c9178f3f 100644 --- a/lib/ldb/tools/cmdline.h +++ b/lib/ldb/tools/cmdline.h @@ -44,6 +44,7 @@ struct ldb_cmdline { const char **controls; int show_binary; int tracing; + bool noautocommit; }; struct ldb_cmdline *ldb_cmdline_process(struct ldb_context *ldb, int argc, |