]> git.meshlink.io Git - catta/blobdiff - avahi-core/iface.h
forgot to pull the publish_no_reverse change to the example.
[catta] / avahi-core / iface.h
index 466c16a447ad9bfa50a1f84249ac7f23cffe5071..c3f24af05a7505e4374a98111ae2642d5ab26193 100644 (file)
@@ -85,6 +85,10 @@ struct AvahiHwInterface {
 
     AvahiSEntryGroup *entry_group;
 
+    /* Packet rate limiting */
+    struct timeval ratelimit_begin;
+    unsigned ratelimit_counter;
+
     AVAHI_LLIST_HEAD(AvahiInterface, interfaces);
 };
 
@@ -123,6 +127,7 @@ struct AvahiInterfaceAddress {
     unsigned prefix_len;
 
     int global_scope;
+    int deprecated;
 
     AvahiSEntryGroup *entry_group;
 };