summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-10-23 22:46:09 +1100
committerAndrew Tridgell <tridge@samba.org>2009-10-25 13:15:18 +1100
commitc34e45a8e2880eb06be6425fa6be15246db03197 (patch)
tree5e54e1d14f99fffb90a32a2819086df212728609 /source4/dsdb/samdb/ldb_modules/partition.h
parentd4c0e8fdf063f88032c32de7ece60d502b322089 (diff)
downloadsamba-c34e45a8e2880eb06be6425fa6be15246db03197.tar.gz
samba-c34e45a8e2880eb06be6425fa6be15246db03197.tar.bz2
samba-c34e45a8e2880eb06be6425fa6be15246db03197.zip
s4-dsdb: ensure that new partitions inherit any transaction
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/partition.h')
-rw-r--r--source4/dsdb/samdb/ldb_modules/partition.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/partition.h b/source4/dsdb/samdb/ldb_modules/partition.h
index 3572f17109..dda0b86515 100644
--- a/source4/dsdb/samdb/ldb_modules/partition.h
+++ b/source4/dsdb/samdb/ldb_modules/partition.h
@@ -45,6 +45,7 @@ struct partition_private_data {
const char *ldapBackend;
uint64_t metadata_seq;
+ uint32_t in_transaction;
};
#define PARTITION_FIND_OP_NOERROR(module, op) do { \