summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2013-05-09 12:53:48 +1000
committerMartin Schwenke <martin@meltin.net>2013-05-09 12:55:42 +1000
commit54e91df60dd5bf40ab1e4ef67bef025b27226c31 (patch)
tree574615028696a3c3cedb614340071080f7a7cf33 /ctdb/include/ctdb_protocol.h
parent50f19b5bd4174d6151b053fbf19d237ca1471ead (diff)
downloadsamba-54e91df60dd5bf40ab1e4ef67bef025b27226c31.tar.gz
samba-54e91df60dd5bf40ab1e4ef67bef025b27226c31.tar.xz
samba-54e91df60dd5bf40ab1e4ef67bef025b27226c31.zip
recoverd: Move IP flags into ctdb_takeover.c
These should never be seen outside the IP allocation code. Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit e143abd16ccde2e0edfe103673d31a5fb06b6aef)
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r--ctdb/include/ctdb_protocol.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index 3133b4e6d9..09ce01a5e3 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -584,11 +584,6 @@ struct ctdb_node_map {
#define NODE_FLAGS_DISABLED (NODE_FLAGS_UNHEALTHY|NODE_FLAGS_PERMANENTLY_DISABLED)
#define NODE_FLAGS_INACTIVE (NODE_FLAGS_DELETED|NODE_FLAGS_DISCONNECTED|NODE_FLAGS_BANNED|NODE_FLAGS_STOPPED)
-/* These flags are ONLY valid within the recovery daemon */
-#define NODE_FLAGS_NOIPTAKEOVER 0x01000000 /* can not takeover additional IPs */
-#define NODE_FLAGS_NOIPHOST 0x02000000 /* can not host IPs */
-
-
/*
* Node capabilities
*/