mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
ctdb-include: Group function prototypes from server/ctdb_statistics.c
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
b0f10a46f1
commit
2d0f917be9
@ -1026,12 +1026,6 @@ int update_ip_assignment_tree(struct ctdb_context *ctdb,
|
||||
struct ctdb_public_ip *ip);
|
||||
void clear_ip_assignment_tree(struct ctdb_context *ctdb);
|
||||
|
||||
int ctdb_statistics_init(struct ctdb_context *ctdb);
|
||||
|
||||
int32_t ctdb_control_get_stat_history(struct ctdb_context *ctdb,
|
||||
struct ctdb_req_control *c,
|
||||
TDB_DATA *outdata);
|
||||
|
||||
/**
|
||||
* structure to pass to a schedule_for_deletion_control
|
||||
*/
|
||||
@ -1476,4 +1470,12 @@ int32_t ctdb_control_unregister_server_id(struct ctdb_context *ctdb,
|
||||
int32_t ctdb_control_get_server_id_list(struct ctdb_context *ctdb,
|
||||
TDB_DATA *outdata);
|
||||
|
||||
/* from ctdb_statistics.c */
|
||||
|
||||
int ctdb_statistics_init(struct ctdb_context *ctdb);
|
||||
|
||||
int32_t ctdb_control_get_stat_history(struct ctdb_context *ctdb,
|
||||
struct ctdb_req_control *c,
|
||||
TDB_DATA *outdata);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user