mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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)
This commit is contained in:
parent
76acf72bc5
commit
ace1efb878
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user