server: add "init" event
[tridge/ctdb.git] / include / ctdb.h
index 3633751ac41ffa791ed7f7ca607fc31e63e8b985..4b2a002b302eb92a89336bb7d96e71eb3aae594a 100644 (file)
@@ -679,7 +679,8 @@ struct ctdb_scripts_wire {
 
 /* different calls to event scripts. */
 enum ctdb_eventscript_call {
-       CTDB_EVENT_STARTUP,             /* CTDB starting up: no args. */
+       CTDB_EVENT_INIT,                /* CTDB starting up: no args */
+       CTDB_EVENT_STARTUP,             /* CTDB starting up after initial recovery: no args. */
        CTDB_EVENT_START_RECOVERY,      /* CTDB recovery starting: no args. */
        CTDB_EVENT_RECOVERED,           /* CTDB recovery finished: no args. */
        CTDB_EVENT_TAKE_IP,             /* IP taken: interface, IP address, netmask bits. */