persistent: add a ctdb_db context to the ctdb_persistent_state struct.
authorMichael Adam <obnox@samba.org>
Tue, 22 Feb 2011 23:23:18 +0000 (00:23 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 23 Feb 2011 16:49:49 +0000 (17:49 +0100)
server/ctdb_persistent.c

index a6fcf48e3a643099ff25ab91aa805990bf69e795..afefeaf77f09c11f94310534ad61507c8b07b527 100644 (file)
@@ -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;