From 8558b765726588e5712ff655c6a8c0f12a5dda3c Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 23 Oct 2015 14:47:09 +1100 Subject: [PATCH] ctdb-include: Group function prototypes from tcp and ib Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- ctdb/include/ctdb_private.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 8e200732d5a..d497b873904 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -927,8 +927,6 @@ 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); -int ctdb_tcp_init(struct ctdb_context *ctdb); -int ctdb_ibw_init(struct ctdb_context *ctdb); void ctdb_start_tcp_tickle_update(struct ctdb_context *ctdb); void ctdb_send_keepalive(struct ctdb_context *ctdb, uint32_t destnode); void ctdb_start_keepalive(struct ctdb_context *ctdb); @@ -1324,6 +1322,11 @@ struct reloadips_all_reply { int32_t ctdb_control_reload_public_ips(struct ctdb_context *ctdb, struct ctdb_req_control *c, bool *async_reply); +/* from tcp/ and ib/ */ + +int ctdb_tcp_init(struct ctdb_context *ctdb); +int ctdb_ibw_init(struct ctdb_context *ctdb); + /* from server/ctdb_lock.c */ struct lock_request;