]> 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 9e5dc627740960d234739a7144370917ddd1bba3..c3f24af05a7505e4374a98111ae2642d5ab26193 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef fooifacehfoo
 #define fooifacehfoo
 
-/* $Id$ */
-
 /***
   This file is part of avahi.
 
@@ -87,6 +85,10 @@ struct AvahiHwInterface {
 
     AvahiSEntryGroup *entry_group;
 
+    /* Packet rate limiting */
+    struct timeval ratelimit_begin;
+    unsigned ratelimit_counter;
+
     AVAHI_LLIST_HEAD(AvahiInterface, interfaces);
 };
 
@@ -125,6 +127,7 @@ struct AvahiInterfaceAddress {
     unsigned prefix_len;
 
     int global_scope;
+    int deprecated;
 
     AvahiSEntryGroup *entry_group;
 };