From: Amitay Isaacs Date: Thu, 15 Feb 2018 02:52:10 +0000 (+1100) Subject: ctdb-protocol: Mark RECEIVE_RECORDS control obsolete X-Git-Tag: samba-4.8.8~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c32e6b9b9cf4cafe2b513e07ecada11e1bdf09a;p=thirdparty%2Fsamba.git ctdb-protocol: Mark RECEIVE_RECORDS control obsolete BUG: https://bugzilla.samba.org/show_bug.cgi?id=13641 Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke (cherry picked from commit 81dae71fa74bfd83a5701e4841b5a0a13cbe87a1) --- diff --git a/ctdb/protocol/protocol.h b/ctdb/protocol/protocol.h index 7189fab43f0..75951822b3e 100644 --- a/ctdb/protocol/protocol.h +++ b/ctdb/protocol/protocol.h @@ -355,7 +355,7 @@ enum ctdb_controls {CTDB_CONTROL_PROCESS_EXISTS = 0, CTDB_CONTROL_SET_DB_STICKY = 133, CTDB_CONTROL_RELOAD_PUBLIC_IPS = 134, CTDB_CONTROL_TRAVERSE_ALL_EXT = 135, - CTDB_CONTROL_RECEIVE_RECORDS = 136, + CTDB_CONTROL_RECEIVE_RECORDS = 136, /* obsolete */ CTDB_CONTROL_IPREALLOCATED = 137, CTDB_CONTROL_GET_RUNSTATE = 138, CTDB_CONTROL_DB_DETACH = 139,