summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-12-09 19:19:49 +1100
committerAmitay Isaacs <amitay@samba.org>2016-12-19 04:07:08 +0100
commit641b69da80f66e399c6ad78183067ccb4a76e02e (patch)
tree3b037b8ede484f43c9f3f2aafc83cb6ca1db4232 /ctdb/include
parentf2485d3ab9b51c63bf57185369e66131b391c7c0 (diff)
downloadsamba-641b69da80f66e399c6ad78183067ccb4a76e02e.tar.gz
ctdb-takeover: Drop unused ctdb_takeover_run() and related code
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 9716c7cdde3..d81ed56d763 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -887,9 +887,6 @@ int32_t ctdb_control_ipreallocated(struct ctdb_context *ctdb,
int ctdb_set_public_addresses(struct ctdb_context *ctdb, bool check_addresses);
-int ctdb_takeover_run(struct ctdb_context *ctdb, struct ctdb_node_map_old *nodemap,
- uint32_t *force_rebalance_nodes);
-
int32_t ctdb_control_tcp_client(struct ctdb_context *ctdb, uint32_t client_id,
TDB_DATA indata);
int32_t ctdb_control_tcp_add(struct ctdb_context *ctdb, TDB_DATA indata,