ctdb-ipalloc: Drop known public IPs from IP allocation state
[obnox/samba/samba-obnox.git] / ctdb / server / ipalloc.h
index b5a1bcc849d9cd5f68d152e8a147fb45ab765ddc..06c69f87d0c2acac6b46bbe0855eb4d38841a97a 100644 (file)
@@ -45,7 +45,6 @@ struct ipalloc_state {
        uint32_t num;
 
        /* Arrays with data for each node */
-       struct ctdb_public_ip_list *known_public_ips;
        struct ctdb_public_ip_list *available_public_ips;
        bool *noiptakeover;
        bool *noiphost;