diff options
author | Michael Adam <obnox@samba.org> | 2011-03-09 00:57:55 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-14 13:35:49 +0100 |
commit | 46a05397a4085d99ebbafd751aaa56a0013e4de6 (patch) | |
tree | d28a9a0595f830c2448eb0ea25e8c024edc538ac /ctdb/include/ctdb_protocol.h | |
parent | 77d4d156d3948182f23b683d6f9953bfed3435e1 (diff) | |
download | samba-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.h | 1 |
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, }; /* |