From b00e3605151b739c4cac8f81af7b081dee2c7df7 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Mon, 4 Sep 2017 14:33:17 +1000 Subject: ctdb-daemon: Drop implementation of monitor controls Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/include/ctdb_private.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ctdb/include') 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); -- cgit v1.2.1