diff options
author | Michael Adam <obnox@samba.org> | 2011-02-23 00:23:18 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-24 10:35:25 +0100 |
commit | 503b647319524b7f9b0c50f2bfe4a3284324f7a2 (patch) | |
tree | 5017c40351eb06a43ce6ce7429bc6e7ccaedf0fc | |
parent | ace1efb87812f4626cedc2aa83c4994e39852e85 (diff) | |
download | samba-503b647319524b7f9b0c50f2bfe4a3284324f7a2.tar.gz samba-503b647319524b7f9b0c50f2bfe4a3284324f7a2.tar.xz samba-503b647319524b7f9b0c50f2bfe4a3284324f7a2.zip |
persistent: add a ctdb_db context to the ctdb_persistent_state struct.
(This used to be ctdb commit a14917c983c3b9bbbf38f5ddeecdbbe5bde32364)
-rw-r--r-- | ctdb/server/ctdb_persistent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/server/ctdb_persistent.c b/ctdb/server/ctdb_persistent.c index a6fcf48e3a..afefeaf77f 100644 --- a/ctdb/server/ctdb_persistent.c +++ b/ctdb/server/ctdb_persistent.c @@ -28,6 +28,7 @@ struct ctdb_persistent_state { struct ctdb_context *ctdb; + struct ctdb_db_context *ctdb_db; /* used by trans3_commit */ struct ctdb_req_control *c; const char *errormsg; uint32_t num_pending; |