persistent: add a ctdb_persistent_state member to the ctdb_db context.
authorMichael Adam <obnox@samba.org>
Tue, 22 Feb 2011 23:00:04 +0000 (00:00 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 24 Feb 2011 09:31:59 +0000 (10:31 +0100)
To be used for tracking running transaction commits through recoveries.

include/ctdb_private.h

index c1499b46385837afbfecbea2500d23e932401385..65397ea610473aee359bec4c591954648b344425 100644 (file)
@@ -513,6 +513,7 @@ struct ctdb_db_context {
        int pending_requests;
        struct lockwait_handle *lockwait_active;
        struct lockwait_handle *lockwait_overflow;
+       struct ctdb_persistent_state *persistent_state;
 };