X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fserver.h;h=41a691e4c52040f6d604926f26eb0e51520beaaf;hb=ff4f6bf87626cdc1674e0c0c52c3692212c61116;hp=7ba4ad92371b9f729410f4988c2bf18b5ab5c049;hpb=26358a4c4a8ae0ca68f08054e367aa3687681445;p=catta diff --git a/avahi-core/server.h b/avahi-core/server.h index 7ba4ad9..41a691e 100644 --- a/avahi-core/server.h +++ b/avahi-core/server.h @@ -28,7 +28,7 @@ #include "llist.h" #include "timeeventq.h" #include "announce.h" -#include "subscribe.h" +#include "resolve.h" #include "dns.h" #include "rrlist.h" @@ -75,8 +75,10 @@ struct AvahiServer { AVAHI_LLIST_HEAD(AvahiEntryGroup, groups); - AVAHI_LLIST_HEAD(AvahiSubscription, subscriptions); - GHashTable *subscription_hashtable; + AVAHI_LLIST_HEAD(AvahiRecordResolver, record_resolvers); + GHashTable *record_resolver_hashtable; + AVAHI_LLIST_HEAD(AvahiHostNameResolver, host_name_resolvers); + AVAHI_LLIST_HEAD(AvahiAddressResolver, address_resolvers); gboolean need_entry_cleanup, need_group_cleanup;