add a new serverid to send a message everytime an ip address is taken on the local...
[metze/ctdb/wip.git] / include / ctdb_protocol.h
index 4cd3fcac70c86b2f781e7129d24e68bc1d906a31..a9f6249d617788c73d1530556ac679fbdb49a3f5 100644 (file)
@@ -84,6 +84,11 @@ struct ctdb_call_info {
  */
 #define CTDB_SRVID_RELEASE_IP 0xF300000000000000LL
 
+/*
+   a message handler ID meaning that an IP address has been taken
+ */
+#define CTDB_SRVID_TAKE_IP 0xF301000000000000LL
+
 /*
    a message ID to set the node flags in the recovery daemon
  */