]> 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 958890f47710db594a316c1fb1bec8b9cf7f1c89..b8f930269c5b2fdf9679eacd2c12b065602e1fcf 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef foointernalhfoo
 #define foointernalhfoo
 
-/* $Id$ */
-
 /***
   This file is part of avahi.
 
@@ -27,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"
@@ -123,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;