diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 68877ecae87..6cd49850e86 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -514,6 +514,7 @@ struct ctdb_db_context { struct lockwait_handle *lockwait_active; struct lockwait_handle *lockwait_overflow; struct ctdb_persistent_state *persistent_state; + struct trbt_tree *delete_queue; };