summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2017-09-04 14:33:17 +1000
committerAmitay Isaacs <amitay@samba.org>2017-09-14 14:49:16 +0200
commitb00e3605151b739c4cac8f81af7b081dee2c7df7 (patch)
tree35f7a4b8c52f77ef7174e76c085a45b578b5f61b /ctdb/include
parent74f29a48dbbb980f7e22783e80cee03feb2c18de (diff)
downloadsamba-b00e3605151b739c4cac8f81af7b081dee2c7df7.tar.gz
ctdb-daemon: Drop implementation of monitor controls
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index f5966cd94cd..9be81ff8603 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -747,17 +747,12 @@ int32_t ctdb_control_get_db_statistics(struct ctdb_context *ctdb,
int ctdb_set_notification_script(struct ctdb_context *ctdb, const char *script);
void ctdb_run_notification_script(struct ctdb_context *ctdb, const char *event);
-void ctdb_disable_monitoring(struct ctdb_context *ctdb);
-void ctdb_enable_monitoring(struct ctdb_context *ctdb);
void ctdb_stop_monitoring(struct ctdb_context *ctdb);
void ctdb_wait_for_first_recovery(struct ctdb_context *ctdb);
int32_t ctdb_control_modflags(struct ctdb_context *ctdb, TDB_DATA indata);
-int32_t ctdb_monitoring_mode(struct ctdb_context *ctdb);
-bool ctdb_stopped_monitoring(struct ctdb_context *ctdb);
-
/* from ctdb_persistent.c */
void ctdb_persistent_finish_trans3_commits(struct ctdb_context *ctdb);