ctdb-daemon: Rename struct ctdb_all_public_ips to ctdb_public_ip_list_old
[obnox/samba/samba-obnox.git] / ctdb / server / ctdb_recoverd.c
index 61006bf0396945d6e17f0e091000d61c770b963a..69a9a2ca89cbd05e744a8834b044eb1ea1c9e7b5 100644 (file)
@@ -3379,7 +3379,7 @@ static int verify_local_ip_allocation(struct ctdb_context *ctdb, struct ctdb_rec
           we also request a ip reallocation.
        */
        if (ctdb->tunable.disable_ip_failover == 0) {
-               struct ctdb_all_public_ips *ips = NULL;
+               struct ctdb_public_ip_list_old *ips = NULL;
 
                /* read the *available* IPs from the local node */
                ret = ctdb_ctrl_get_public_ips_flags(ctdb, CONTROL_TIMEOUT(), CTDB_CURRENT_NODE, mem_ctx, CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE, &ips);