From: Michael Adam Date: Tue, 22 Feb 2011 23:00:04 +0000 (+0100) Subject: persistent: add a ctdb_persistent_state member to the ctdb_db context. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;ds=sidebyside;h=cc855a616b0d9ce69d7d7b9deacb5665381e9825;p=sahlberg%2Fctdb.git persistent: add a ctdb_persistent_state member to the ctdb_db context. To be used for tracking running transaction commits through recoveries. --- diff --git a/include/ctdb_private.h b/include/ctdb_private.h index c1499b46..65397ea6 100644 --- a/include/ctdb_private.h +++ b/include/ctdb_private.h @@ -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; };