persistent: add a ctdb_persistent_state member to the ctdb_db context.
[sahlberg/ctdb.git] / 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;
 };