From 26358a4c4a8ae0ca68f08054e367aa3687681445 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 May 2005 21:35:40 +0000 Subject: * add new server state AVAHI_SERVER_SLEEPING to avoid conflicts by own responses * Honour TC bit in incoming packets by responding immediately to packets * publish browse domain * Fix a structure size issue in iface.c revealed by running avahi on Linux 2.4 * Don't depend on IFF_RUNNING * Require a global IP addresses to consider an interface relevant * Linux 2.4 compatiblity * fix parsing of TTL from recvmsg() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@79 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'avahi-core/server.h') diff --git a/avahi-core/server.h b/avahi-core/server.h index fddf17e..7ba4ad9 100644 --- a/avahi-core/server.h +++ b/avahi-core/server.h @@ -94,7 +94,10 @@ struct AvahiServer { gpointer userdata; AvahiEntryGroup *hinfo_entry_group; + AvahiEntryGroup *browse_domain_entry_group; guint n_host_rr_pending; + + AvahiTimeEvent *register_time_event; /* Used for assembling responses */ AvahiRecordList *record_list; -- cgit