ctdb-include: Group function prototypes from server/ctdb_keepalive.c
authorAmitay Isaacs <amitay@gmail.com>
Fri, 23 Oct 2015 04:08:51 +0000 (15:08 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 30 Oct 2015 01:00:28 +0000 (02:00 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/include/ctdb_private.h

index bfde6480efa9747f88154b122b985424d200cdfc..d55cfff3041bc146f457b3e4fc93d929070e4cdd 100644 (file)
@@ -860,8 +860,6 @@ 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);
 void ctdb_start_tcp_tickle_update(struct ctdb_context *ctdb);
-void ctdb_start_keepalive(struct ctdb_context *ctdb);
-void ctdb_stop_keepalive(struct ctdb_context *ctdb);
 int32_t ctdb_run_eventscripts(struct ctdb_context *ctdb, struct ctdb_req_control *c, TDB_DATA data, bool *async_reply);
 
 
@@ -1369,6 +1367,11 @@ bool ctdb_db_frozen(struct ctdb_db_context *ctdb_db);
 bool ctdb_db_prio_frozen(struct ctdb_context *ctdb, uint32_t priority);
 bool ctdb_db_all_frozen(struct ctdb_context *ctdb);
 
+/* from server/ctdb_keepalive.c */
+
+void ctdb_start_keepalive(struct ctdb_context *ctdb);
+void ctdb_stop_keepalive(struct ctdb_context *ctdb);
+
 /* from server/ctdb_lock.c */
 struct lock_request;