summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r--ctdb/include/ctdb_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 6c7dd7941b7..dd54f35689d 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -23,6 +23,8 @@
#include "ctdb_client.h"
#include <sys/socket.h>
+#include "common/db_hash.h"
+
/*
array of tcp connections
*/
@@ -376,6 +378,7 @@ struct ctdb_db_context {
struct lock_context *lock_current;
struct lock_context *lock_pending;
int lock_num_current;
+ struct db_hash_context *lock_log;
struct ctdb_call_state *pending_calls;