summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2017-09-11 10:54:03 +1000
committerAmitay Isaacs <amitay@samba.org>2017-09-14 14:49:16 +0200
commitb119104267635d96b1f99a2e98d35438841585bf (patch)
tree0777a52913d258d1441882de917023c0ccdb8fea /ctdb/include
parent64225c63dd982b34154c2e2b4a92e610c29183bd (diff)
downloadsamba-b119104267635d96b1f99a2e98d35438841585bf.tar.gz
ctdb-daemon: Remove unused function ctdb_stop_monitoring()
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 9be81ff8603..b38e225c470 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -747,8 +747,6 @@ 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_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);