mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
ctdb-include: Group function prototypes from server/ctdb_uptime.c
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
bdce6c4256
commit
860f2edc61
@ -896,10 +896,6 @@ int ctdb_ctrl_get_tcp_tickles(struct ctdb_context *ctdb,
|
||||
ctdb_sock_addr *addr,
|
||||
struct ctdb_control_tcp_tickle_list **list);
|
||||
|
||||
|
||||
int32_t ctdb_control_uptime(struct ctdb_context *ctdb,
|
||||
TDB_DATA *outdata);
|
||||
|
||||
int32_t ctdb_control_persistent_store(struct ctdb_context *ctdb,
|
||||
struct ctdb_req_control *c,
|
||||
TDB_DATA recdata, bool *async_reply);
|
||||
@ -1501,4 +1497,8 @@ int32_t ctdb_control_update_record(struct ctdb_context *ctdb,
|
||||
struct ctdb_req_control *c,
|
||||
TDB_DATA recdata, bool *async_reply);
|
||||
|
||||
/* from ctdb_uptime.c */
|
||||
|
||||
int32_t ctdb_control_uptime(struct ctdb_context *ctdb, TDB_DATA *outdata);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user