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