summaryrefslogtreecommitdiffstats
path: root/source/include/dbwrap.h
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2008-01-16 12:09:48 +0300
committerAlexander Bokovoy <ab@samba.org>2008-01-16 12:09:48 +0300
commit0c8e23afbbb2d081fc23908bafcad04650bfacea (patch)
tree91b27fcfe72995c9b345fddc0d301f6a97ae00f3 /source/include/dbwrap.h
parent4ff2101c69a0cfcfdc5f775493cb6e88c57e4bbe (diff)
downloadsamba-0c8e23afbbb2d081fc23908bafcad04650bfacea.tar.gz
samba-0c8e23afbbb2d081fc23908bafcad04650bfacea.tar.xz
samba-0c8e23afbbb2d081fc23908bafcad04650bfacea.zip
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge/3_0-ctdb)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'source/include/dbwrap.h')
-rw-r--r--source/include/dbwrap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/dbwrap.h b/source/include/dbwrap.h
index 3bb378c8413..4eb174fef1c 100644
--- a/source/include/dbwrap.h
+++ b/source/include/dbwrap.h
@@ -43,6 +43,7 @@ struct db_context {
void *private_data);
int (*get_seqnum)(struct db_context *db);
void *private_data;
+ bool persistent;
};
struct db_context *db_open(TALLOC_CTX *mem_ctx,