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