summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_util.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-21 08:33:55 +0100
committerStefan Metzmacher <metze@samba.org>2010-01-20 11:11:01 +0100
commit98ee69c66df3192298080b38618284b9d64ca0f7 (patch)
tree1b6fc8f98dbe6d8215483e608e35e8aa04e7eca0 /ctdb/common/ctdb_util.c
parent50bff8c8865cb82c28459bc4d1aea574b21983c4 (diff)
downloadsamba-98ee69c66df3192298080b38618284b9d64ca0f7.tar.gz
samba-98ee69c66df3192298080b38618284b9d64ca0f7.tar.xz
samba-98ee69c66df3192298080b38618284b9d64ca0f7.zip
server: add updateip event
metze (This used to be ctdb commit 712ed0c4c0bff1be9e96a54b62512787a4aa6259)
Diffstat (limited to 'ctdb/common/ctdb_util.c')
-rw-r--r--ctdb/common/ctdb_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/common/ctdb_util.c b/ctdb/common/ctdb_util.c
index efc22de791f..5b31418e9ce 100644
--- a/ctdb/common/ctdb_util.c
+++ b/ctdb/common/ctdb_util.c
@@ -669,5 +669,6 @@ const char *ctdb_eventscript_call_names[] = {
"monitor",
"status",
"shutdown",
- "reload"
+ "reload",
+ "updateip"
};