summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-25 20:12:40 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-25 20:12:40 +0000
commit1ffedb586bd2fb6daa3970304fac7c5b415cd38f (patch)
treef084dcd2594490b7e95ab026ad2efeaeab3f998a /avahi-core/iface.h
parent5867849876e19996fd05a0d4917cb739904519c1 (diff)
* split off lookup.h and publish.h from core.h
* implement wide-area DNS-SD * if multiple clients query the same records, only start the query packet sequence once * implement recursive CNAME queries * add support for resolving services without TXT or A/AAAA records * enlarge resolving timeouts to 5s * implement new browse/resolving events CACHE_EXHAUSTED/ALL_FOR_NOW * add support for resolving services without name. (i.e. for normal SRV records) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@608 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/iface.h')
-rw-r--r--avahi-core/iface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/avahi-core/iface.h b/avahi-core/iface.h
index b78c76a..25eb324 100644
--- a/avahi-core/iface.h
+++ b/avahi-core/iface.h
@@ -38,6 +38,8 @@ typedef struct AvahiHwInterface AvahiHwInterface;
#include "probe-sched.h"
#include "dns.h"
#include "announce.h"
+#include "browse.h"
+#include "querier.h"
#define AVAHI_MAX_MAC_ADDRESS 32
@@ -85,12 +87,16 @@ struct AvahiInterface {
int announcing;
AvahiCache *cache;
+
AvahiQueryScheduler *query_scheduler;
AvahiResponseScheduler * response_scheduler;
AvahiProbeScheduler *probe_scheduler;
AVAHI_LLIST_HEAD(AvahiInterfaceAddress, addresses);
AVAHI_LLIST_HEAD(AvahiAnnouncement, announcements);
+
+ AvahiHashmap *queriers_by_key;
+ AVAHI_LLIST_HEAD(AvahiQuerier, queriers);
};
struct AvahiInterfaceAddress {