summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2017-09-18 16:36:08 +1000
committerMartin Schwenke <martins@samba.org>2017-09-19 01:28:13 +0200
commitd0d805977f3734a80ed09f81343e9b1d81ee819d (patch)
tree7c45c2e771416cdcc0fbcefd8cf26bc59ce09ccc /ctdb/include
parent1541c50b370e8695bf5c958cc41073d1552a3c52 (diff)
downloadsamba-d0d805977f3734a80ed09f81343e9b1d81ee819d.tar.gz
Revert "ctdb-daemon: Remove unused function ctdb_stop_monitoring()"
This reverts commit b119104267635d96b1f99a2e98d35438841585bf. 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, 2 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index b38e225c470..9be81ff8603 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -747,6 +747,8 @@ 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);