]> git.meshlink.io Git - catta/blobdiff - avahi-core/internal.h
forgot to pull the publish_no_reverse change to the example.
[catta] / avahi-core / internal.h
index a4b10ed2f762c1fdc3cedd2b90c8112027c0f8b2..b8f930269c5b2fdf9679eacd2c12b065602e1fcf 100644 (file)
@@ -25,6 +25,7 @@ typedef struct AvahiEntry AvahiEntry;
 
 #include <avahi-common/llist.h>
 #include <avahi-common/watch.h>
+#include <avahi-common/timeval.h>
 
 #include "core.h"
 #include "iface.h"
@@ -121,6 +122,9 @@ struct AvahiServer {
 
     int need_entry_cleanup, need_group_cleanup, need_browser_cleanup;
 
+    /* Used for scheduling RR cleanup */
+    AvahiTimeEvent *cleanup_time_event;
+
     AvahiTimeEventQueue *time_event_queue;
 
     char *host_name, *host_name_fqdn, *domain_name;