summaryrefslogtreecommitdiffstats
path: root/avahi-core/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/server.h')
-rw-r--r--avahi-core/server.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/avahi-core/server.h b/avahi-core/server.h
index 7ba4ad9..809ced1 100644
--- a/avahi-core/server.h
+++ b/avahi-core/server.h
@@ -75,8 +75,9 @@ 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);
gboolean need_entry_cleanup, need_group_cleanup;