summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-09-12 11:25:11 +1000
committerAmitay Isaacs <amitay@samba.org>2016-12-18 14:23:23 +0100
commitdef5f4b1bfeeddba97141a3d3c08ac5a1187ce32 (patch)
treef7f6d9fa7a93cf858c363f8424380046b8e11985 /ctdb/include
parentb2d1cea1f3b5b833c4c25b18e4d94e66d2950cbd (diff)
downloadsamba-def5f4b1bfeeddba97141a3d3c08ac5a1187ce32.tar.gz
ctdb-daemon: Drop implementation of eventscript controls
Following controls are now implemented by event daemon - RUN_EVENTSCRIPTS - GET_EVENT_SCRIPT_STATUS - ENABLE_SCRIPT - DISABLE_SCRIPT Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 63735898037..e464e349b18 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -995,10 +995,6 @@ void ctdb_local_remove_from_delete_queue(struct ctdb_db_context *ctdb_db,
/* from eventscript.c */
-int32_t ctdb_control_get_event_script_status(struct ctdb_context *ctdb,
- uint32_t call_type,
- TDB_DATA *outdata);
-
int ctdb_event_script_callback(struct ctdb_context *ctdb,
TALLOC_CTX *mem_ctx,
void (*callback)(struct ctdb_context *,
@@ -1014,11 +1010,4 @@ int ctdb_event_script_args(struct ctdb_context *ctdb,
int ctdb_event_script(struct ctdb_context *ctdb,
enum ctdb_event call);
-int32_t ctdb_run_eventscripts(struct ctdb_context *ctdb,
- struct ctdb_req_control_old *c,
- TDB_DATA data, bool *async_reply);
-
-int32_t ctdb_control_enable_script(struct ctdb_context *ctdb, TDB_DATA indata);
-int32_t ctdb_control_disable_script(struct ctdb_context *ctdb, TDB_DATA indata);
-
#endif