summaryrefslogtreecommitdiffstats
path: root/avahi-core/server.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-05-20 23:03:57 +0000
committerLennart Poettering <lennart@poettering.net>2005-05-20 23:03:57 +0000
commita29887070855153ac64a3503e2f0004c2056f8e8 (patch)
treeb90665b577d9fcdce3c63cd1bfcf59f7938fdca1 /avahi-core/server.h
parent26358a4c4a8ae0ca68f08054e367aa3687681445 (diff)
* rename AvahiSubscription to AvahiRecordResolver
* implement AvahiHostNameResolver git-svn-id: file:///home/lennart/svn/public/avahi/trunk@80 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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;