summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-09-16 20:06:07 +1000
committerAmitay Isaacs <amitay@samba.org>2016-12-18 14:23:23 +0100
commit69b1ae34231f20d45bff5bdd50c0a2adfc87f90b (patch)
tree701cc78d836a9e5d76f162dacb8cb7c95281b7e2 /ctdb/include
parentbcd7444c57447983f571cbbe3ceed7d5558040e9 (diff)
downloadsamba-69b1ae34231f20d45bff5bdd50c0a2adfc87f90b.tar.gz
ctdb-daemon: Switch to using event daemon
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_private.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index fd110345c2c..9716c7cdde3 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -312,12 +312,6 @@ struct ctdb_context {
TALLOC_CTX *recd_ctx; /* a context used to track recoverd monitoring events */
TALLOC_CTX *release_ips_ctx; /* a context used to automatically drop all IPs if we fail to recover the node */
- TALLOC_CTX *event_script_ctx;
- int active_events;
-
- struct ctdb_event_script_state *current_monitor;
- struct ctdb_script_list_old *last_status[CTDB_EVENT_MAX];
-
struct eventd_context *ectx;
TALLOC_CTX *banning_ctx;
@@ -333,9 +327,6 @@ struct ctdb_context {
/* if we are a child process, do we have a domain socket to send controls on */
bool can_send_controls;
- /* list of event script callback functions that are active */
- struct event_script_callback *script_callbacks;
-
struct ctdb_reloadips_handle *reload_ips;
const char *nodes_file;