summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-03-31 15:53:17 +1100
committerAndrew Tridgell <tridge@samba.org>2009-03-31 15:53:17 +1100
commit15e6def45d528b10f9ac2ecb917ff13ca6187711 (patch)
treeb085d7bb56cb8fc1293ecaf71108e223b74e703d /source4/lib/ldb/include
parent631e688c821b78d09d77f5940074800525c554aa (diff)
parent79b7ba9b106791958cc42d68b11d9dea2a77f6f3 (diff)
downloadsamba-15e6def45d528b10f9ac2ecb917ff13ca6187711.tar.gz
samba-15e6def45d528b10f9ac2ecb917ff13ca6187711.tar.bz2
samba-15e6def45d528b10f9ac2ecb917ff13ca6187711.zip
Merge branch 'master' into wspp-schema
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_module.h b/source4/lib/ldb/include/ldb_module.h
index 4e1019184d..e07fd43e27 100644
--- a/source4/lib/ldb/include/ldb_module.h
+++ b/source4/lib/ldb/include/ldb_module.h
@@ -52,6 +52,7 @@ struct ldb_module_ops {
int (*request)(struct ldb_module *, struct ldb_request *); /* match any other operation */
int (*extended)(struct ldb_module *, struct ldb_request *); /* extended operations */
int (*start_transaction)(struct ldb_module *);
+ int (*prepare_commit)(struct ldb_module *);
int (*end_transaction)(struct ldb_module *);
int (*del_transaction)(struct ldb_module *);
int (*sequence_number)(struct ldb_module *, struct ldb_request *);