summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-23 00:00:04 +0100
committerMichael Adam <obnox@samba.org>2011-02-24 10:35:25 +0100
commitace1efb87812f4626cedc2aa83c4994e39852e85 (patch)
tree0fc0523588ed52e05b31ebaa27e0f653ccfea594
parent76acf72bc528ac97c787ece97175ddaf15f37c76 (diff)
downloadsamba-ace1efb87812f4626cedc2aa83c4994e39852e85.tar.gz
samba-ace1efb87812f4626cedc2aa83c4994e39852e85.tar.xz
samba-ace1efb87812f4626cedc2aa83c4994e39852e85.zip
persistent: add a ctdb_persistent_state member to the ctdb_db context.
To be used for tracking running transaction commits through recoveries. (This used to be ctdb commit 1237e15df4af58a3d220eea42a4b75e21e65029f)
-rw-r--r--ctdb/include/ctdb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 3f368704a2..41c193b45b 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -509,6 +509,7 @@ struct ctdb_db_context {
int pending_requests;
struct lockwait_handle *lockwait_active;
struct lockwait_handle *lockwait_overflow;
+ struct ctdb_persistent_state *persistent_state;
};