mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
ctdb-include: Group function prototypes from tcp and ib
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
4647787773
commit
8558b76572
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user