summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-06-20 20:47:17 +1000
committerAmitay Isaacs <amitay@samba.org>2016-07-04 15:42:24 +0200
commit55f13b74bf4ee460b153d062acbdd758ce58ed1a (patch)
tree74077d84cfb6eddee3da1715e350a46c7ce8bb72 /ctdb/include
parent58ada0757f29111b6ff180f95c1c0c51ed323c0f (diff)
downloadsamba-55f13b74bf4ee460b153d062acbdd758ce58ed1a.tar.gz
ctdb-ipalloc: Drop code to update IP assignment tree
This code is not used. 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index f4f5b675b63..57a045a9e9b 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -1015,10 +1015,6 @@ int32_t ctdb_control_del_public_address(struct ctdb_context *ctdb,
struct ctdb_req_control_old *c,
TDB_DATA recdata, bool *async_reply);
-int update_ip_assignment_tree(struct ctdb_context *ctdb,
- struct ctdb_public_ip *ip);
-void clear_ip_assignment_tree(struct ctdb_context *ctdb);
-
int32_t ctdb_control_reload_public_ips(struct ctdb_context *ctdb,
struct ctdb_req_control_old *c,
bool *async_reply);