summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-03-09 00:57:55 +0100
committerMichael Adam <obnox@samba.org>2011-03-14 13:35:49 +0100
commit46a05397a4085d99ebbafd751aaa56a0013e4de6 (patch)
treed28a9a0595f830c2448eb0ea25e8c024edc538ac /ctdb/include/ctdb_protocol.h
parent77d4d156d3948182f23b683d6f9953bfed3435e1 (diff)
downloadsamba-46a05397a4085d99ebbafd751aaa56a0013e4de6.tar.gz
samba-46a05397a4085d99ebbafd751aaa56a0013e4de6.tar.xz
samba-46a05397a4085d99ebbafd751aaa56a0013e4de6.zip
control: add a new control opcode CTDB_CONTROL_SCHEDULE_FOR_DELETION
(This used to be ctdb commit 4cebfa33db3c7effa087f753530c52b2dd8550e6)
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r--ctdb/include/ctdb_protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index 449e7794d8..887c73ed6b 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -362,6 +362,7 @@ enum ctdb_controls {CTDB_CONTROL_PROCESS_EXISTS = 0,
CTDB_CONTROL_SET_IFACE_LINK_STATE = 125,
CTDB_CONTROL_TCP_ADD_DELAYED_UPDATE = 126,
CTDB_CONTROL_GET_STAT_HISTORY = 127,
+ CTDB_CONTROL_SCHEDULE_FOR_DELETION = 128,
};
/*