diff options
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r-- | ctdb/include/ctdb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 7b98683e9f..cb76bb0074 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -366,6 +366,7 @@ struct ctdb_context { const char *event_script_dir; const char *default_public_interface; pid_t recoverd_pid; + bool done_startup; }; struct ctdb_db_context { |