ctdb_lockwait: create overflow queue.
[sahlberg/ctdb.git] / include / ctdb_private.h
index cb2b066d2b0b1095069c5040893c272f8e7e78f1..6e5c46365a991a4fdcc923b5ff3ce141a95eec1a 100644 (file)
@@ -506,6 +506,8 @@ struct ctdb_db_context {
        bool transaction_active;
        struct ctdb_vacuum_handle *vacuum_handle;
        char *unhealthy_reason;
+       int pending_requests;
+       struct lockwait_handle *lockwait_overflow;
 };