diff options
author | Amitay Isaacs <amitay@gmail.com> | 2013-12-23 11:46:48 +1100 |
---|---|---|
committer | Martin Schwenke <martin@meltin.net> | 2014-01-16 11:41:12 +1100 |
commit | bafa467021b7b2f17c61904b9f70f695a4395921 (patch) | |
tree | bcf1e9ae3b96c7c887f65e7c4fff0fbddf2bc1c3 /ctdb/include | |
parent | b8c6bcc365ce08ddc0ebf51c002d53c08f144981 (diff) | |
download | samba-bafa467021b7b2f17c61904b9f70f695a4395921.tar.gz samba-bafa467021b7b2f17c61904b9f70f695a4395921.tar.xz samba-bafa467021b7b2f17c61904b9f70f695a4395921.zip |
ctdb-daemon: Deprecate RELOAD and STATUS events
These events have never been used.
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include')
-rw-r--r-- | ctdb/include/ctdb_protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h index 15c87be6871..fa03a4b2f13 100644 --- a/ctdb/include/ctdb_protocol.h +++ b/ctdb/include/ctdb_protocol.h @@ -240,9 +240,9 @@ enum ctdb_eventscript_call { CTDB_EVENT_RELEASE_IP, /* IP released: interface, IP address, netmask bits. */ CTDB_EVENT_STOPPED, /* Deprecated, do not use. */ CTDB_EVENT_MONITOR, /* Please check if service is healthy: no args. */ - CTDB_EVENT_STATUS, /* Report service status: no args. */ + CTDB_EVENT_STATUS, /* Deprecated, do not use. */ CTDB_EVENT_SHUTDOWN, /* CTDB shutting down: no args. */ - CTDB_EVENT_RELOAD, /* magic */ + CTDB_EVENT_RELOAD, /* Deprecated, do not use */ CTDB_EVENT_UPDATE_IP, /* IP updating: old interface, new interface, IP address, netmask bits. */ CTDB_EVENT_IPREALLOCATED, /* when a takeover_run() completes */ CTDB_EVENT_MAX |