ctdb-recoverd: Reload remote IPs as part of takeover run
[obnox/samba/samba-obnox.git] / ctdb / include / ctdb_private.h
index a2b187cf162c0016909851f26b5811a1276acc43..100b036c57631fc0c9a8b2836957fa1426bf0862 100644 (file)
@@ -961,8 +961,6 @@ int ctdb_set_public_addresses(struct ctdb_context *ctdb, bool check_addresses);
 int ctdb_set_single_public_ip(struct ctdb_context *ctdb, const char *iface,
                              const char *ip);
 
-int ctdb_reload_remote_public_ips(struct ctdb_context *ctdb,
-                                 struct ctdb_node_map_old *nodemap);
 int ctdb_takeover_run(struct ctdb_context *ctdb, struct ctdb_node_map_old *nodemap,
                      uint32_t *force_rebalance_nodes,
                      client_async_callback fail_callback, void *callback_data);