diff options
Diffstat (limited to 'ctdb/protocol/protocol_api.h')
-rw-r--r-- | ctdb/protocol/protocol_api.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ctdb/protocol/protocol_api.h b/ctdb/protocol/protocol_api.h index fd7372447da..1a1b83abe4e 100644 --- a/ctdb/protocol/protocol_api.h +++ b/ctdb/protocol/protocol_api.h @@ -397,10 +397,6 @@ void ctdb_req_control_del_public_ip(struct ctdb_req_control *request, struct ctdb_addr_info *addr_info); int ctdb_reply_control_del_public_ip(struct ctdb_reply_control *reply); -void ctdb_req_control_run_eventscripts(struct ctdb_req_control *request, - const char *event_str); -int ctdb_reply_control_run_eventscripts(struct ctdb_reply_control *reply); - void ctdb_req_control_get_capabilities(struct ctdb_req_control *request); int ctdb_reply_control_get_capabilities(struct ctdb_reply_control *reply, uint32_t *caps); @@ -426,12 +422,6 @@ int ctdb_reply_control_get_nodemap(struct ctdb_reply_control *reply, TALLOC_CTX *mem_ctx, struct ctdb_node_map **nodemap); -void ctdb_req_control_get_event_script_status(struct ctdb_req_control *request, - uint32_t event); -int ctdb_reply_control_get_event_script_status(struct ctdb_reply_control *reply, - TALLOC_CTX *mem_ctx, - struct ctdb_script_list **script_list); - void ctdb_req_control_traverse_kill(struct ctdb_req_control *request, struct ctdb_traverse_start *traverse); int ctdb_reply_control_traverse_kill(struct ctdb_reply_control *reply); @@ -459,14 +449,6 @@ void ctdb_req_control_set_recmasterrole(struct ctdb_req_control *request, uint32_t recmaster_role); int ctdb_reply_control_set_recmasterrole(struct ctdb_reply_control *reply); -void ctdb_req_control_enable_script(struct ctdb_req_control *request, - const char *script); -int ctdb_reply_control_enable_script(struct ctdb_reply_control *reply); - -void ctdb_req_control_disable_script(struct ctdb_req_control *request, - const char *script); -int ctdb_reply_control_disable_script(struct ctdb_reply_control *reply); - void ctdb_req_control_set_ban_state(struct ctdb_req_control *request, struct ctdb_ban_state *ban_state); int ctdb_reply_control_set_ban_state(struct ctdb_reply_control *reply); |