summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 16:54:10 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:13 +0100
commitf55889d2c9630e088ae9b8058d29f9df6fb2a007 (patch)
treec796855e5acf6970d4735bc05e5b2c7568794c47 /ctdb/include/ctdb_protocol.h
parente7c9e509168c3f26e83fb2083ee9bc4eb9841480 (diff)
downloadsamba-f55889d2c9630e088ae9b8058d29f9df6fb2a007.tar.gz
ctdb-daemon: Rename enum ctdb_eventscript_call to ctdb_event
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r--ctdb/include/ctdb_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index 9ad6231cfcb..159fe2e8d41 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -232,7 +232,7 @@ struct ctdb_script_list_old {
};
/* different calls to event scripts. */
-enum ctdb_eventscript_call {
+enum ctdb_event {
CTDB_EVENT_INIT, /* CTDB starting up: no args */
CTDB_EVENT_SETUP, /* CTDB starting up after transport is readdy: no args. */
CTDB_EVENT_STARTUP, /* CTDB starting up after initial recovery: no args. */