summaryrefslogtreecommitdiffstats
path: root/ctdb/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-29 12:55:24 +1000
committerAndrew Tridgell <tridge@samba.org>2007-05-29 12:55:24 +1000
commitead091449b0fec481bf361dfc8fbf68f9d6df7be (patch)
tree1bc9477476d0d7fd791c9fa0ce28a56d3d71f687 /ctdb/include
parentdfadb6031805d70579ddb625d1efddb70a3c2754 (diff)
downloadsamba-ead091449b0fec481bf361dfc8fbf68f9d6df7be.tar.gz
samba-ead091449b0fec481bf361dfc8fbf68f9d6df7be.tar.xz
samba-ead091449b0fec481bf361dfc8fbf68f9d6df7be.zip
call the event script on recovery too
(This used to be ctdb commit 8c43a91cbd6e502c93bd6cc51df1272eae426709)
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index a5f98b3d3f..f5d93b5301 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -945,6 +945,6 @@ int32_t ctdb_control_tcp_remove(struct ctdb_context *ctdb, TDB_DATA indata);
int32_t ctdb_control_startup(struct ctdb_context *ctdb, uint32_t vnn);
void ctdb_takeover_client_destructor_hook(struct ctdb_client *client);
-
+int ctdb_event_script(struct ctdb_context *ctdb, const char *fmt, ...);
#endif