From 8e7f83aa5b6d910e80c56b31f4eb79b02e7ca67b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 26 Mar 2005 13:58:11 +0000 Subject: * add subscription feature - with reissuing * interpret goodbye responses git-svn-id: file:///home/lennart/svn/public/avahi/trunk@17 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- server.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'server.h') diff --git a/server.h b/server.h index b7addf6..d050bcc 100644 --- a/server.h +++ b/server.h @@ -9,6 +9,7 @@ typedef struct _flxServerEntry flxServerEntry; #include "llist.h" #include "timeeventq.h" #include "announce.h" +#include "subscribe.h" struct _flxServerEntry { flxRecord *record; @@ -31,10 +32,12 @@ struct _flxServer { gint current_id; + FLX_LLIST_HEAD(flxServerEntry, entries); GHashTable *rrset_by_id; GHashTable *rrset_by_key; - FLX_LLIST_HEAD(flxServerEntry, entries); + FLX_LLIST_HEAD(flxSubscription, subscriptions); + GHashTable *subscription_hashtable; flxTimeEventQueue *time_event_queue; -- cgit