X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fiface.h;h=c3f24af05a7505e4374a98111ae2642d5ab26193;hb=9c0f9c65093cfa53d45f9b68782321eb8063a032;hp=466c16a447ad9bfa50a1f84249ac7f23cffe5071;hpb=53ac2245c30daf71413dc52b07676bdd823729b4;p=catta diff --git a/avahi-core/iface.h b/avahi-core/iface.h index 466c16a..c3f24af 100644 --- a/avahi-core/iface.h +++ b/avahi-core/iface.h @@ -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; };