mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
include: Move ctdb_start_daemon() from ctdb_client.h to ctdb_private.h
It really is internal. Signed-off-by: Martin Schwenke <martin@meltin.net> Pair-programmed-with: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit abb64f62efaa70df4b87c030b96300eafd98e6a3)
This commit is contained in:
parent
1f5bfde553
commit
7ccde44d30
@ -100,7 +100,6 @@ int ctdb_ip_to_nodeid(struct ctdb_context *ctdb, const char *nodeip);
|
||||
start the ctdb protocol
|
||||
*/
|
||||
int ctdb_start(struct ctdb_context *ctdb);
|
||||
int ctdb_start_daemon(struct ctdb_context *ctdb, bool do_fork, bool use_syslog, const char *public_address_list);
|
||||
|
||||
/*
|
||||
attach to a ctdb database
|
||||
|
@ -761,6 +761,9 @@ struct ctdb_call_state *ctdb_call_local_send(struct ctdb_db_context *ctdb_db,
|
||||
|
||||
|
||||
int ctdbd_start(struct ctdb_context *ctdb);
|
||||
int ctdb_start_daemon(struct ctdb_context *ctdb, bool do_fork,
|
||||
bool use_syslog,
|
||||
const char *public_address_list);
|
||||
struct ctdb_call_state *ctdbd_call_send(struct ctdb_db_context *ctdb_db, struct ctdb_call *call);
|
||||
int ctdbd_call_recv(struct ctdb_call_state *state, struct ctdb_call *call);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user