summaryrefslogtreecommitdiff
path: root/ctdb/protocol/protocol_api.h
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-01-05 16:00:57 +1100
committerAmitay Isaacs <amitay@samba.org>2016-01-27 15:28:17 +0100
commit07e878ab74d841ba03ca1985bcaf32a175ae291c (patch)
treedc7d0980e9ee21535b07976cddc07add90ea3eff /ctdb/protocol/protocol_api.h
parentf71f198a4a8b37bcae2417cec683145177251916 (diff)
downloadsamba-07e878ab74d841ba03ca1985bcaf32a175ae291c.tar.gz
ctdb-protocol: Drop protocol support for setting NAT gatway capability
This is no longer used. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/protocol/protocol_api.h')
-rw-r--r--ctdb/protocol/protocol_api.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ctdb/protocol/protocol_api.h b/ctdb/protocol/protocol_api.h
index 6fb9cec9d4d..b97a0d9a819 100644
--- a/ctdb/protocol/protocol_api.h
+++ b/ctdb/protocol/protocol_api.h
@@ -468,10 +468,6 @@ int ctdb_reply_control_stop_node(struct ctdb_reply_control *reply);
void ctdb_req_control_continue_node(struct ctdb_req_control *request);
int ctdb_reply_control_continue_node(struct ctdb_reply_control *reply);
-void ctdb_req_control_set_natgwstate(struct ctdb_req_control *request,
- uint32_t natgw_role);
-int ctdb_reply_control_set_natgwstate(struct ctdb_reply_control *reply);
-
void ctdb_req_control_set_lmasterrole(struct ctdb_req_control *request,
uint32_t lmaster_role);
int ctdb_reply_control_set_lmasterrole(struct ctdb_reply_control *reply);