diff options
| author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-07-09 11:57:20 +1000 |
|---|---|---|
| committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-07-09 11:57:20 +1000 |
| commit | 66c8d4fb3dbd68f3db4ef542bddf1062da2373e7 (patch) | |
| tree | 0f7fbb3caceeace5759fe1b44c3506f1b42c4069 /ctdb/include | |
| parent | d6a5fd5c9d6c7ef43308e7b79e79f200abcf72f1 (diff) | |
make it possible to start the daemon in STOPPED mode
(This used to be ctdb commit 866aa995dc029db6e510060e9e95a8ca149094ac)
Diffstat (limited to 'ctdb/include')
| -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 930fa17543..055becaede 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -416,6 +416,7 @@ struct ctdb_context { struct ctdb_monitor_state *monitor; struct ctdb_log_state *log; int start_as_disabled; + int start_as_stopped; uint32_t event_script_timeouts; /* counting how many consecutive times an eventscript has timedout */ TALLOC_CTX *eventscripts_ctx; /* a context to hold data for the RUN_EVENTSCRIPTS control */ uint32_t *recd_ping_count; |
