X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fiface.h;h=1372e6fd137ffcf7d13e3b42bd217813325590ae;hb=d7a2e63033dd0d2d248b4cab7bf35e78f4049354;hp=50c130e74c22c8bf3b009c4dea32651ac59af69e;hpb=4ff0807c04fcc239de52a793bceb88e7f3408f3f;p=catta diff --git a/avahi-core/iface.h b/avahi-core/iface.h index 50c130e..1372e6f 100644 --- a/avahi-core/iface.h +++ b/avahi-core/iface.h @@ -40,6 +40,8 @@ typedef struct AvahiHwInterface AvahiHwInterface; #include "dns.h" #include "announce.h" +#define AVAHI_MAX_MAC_ADDRESS 32 + struct AvahiInterfaceMonitor { AvahiServer *server; AvahiNetlink *netlink; @@ -66,6 +68,11 @@ struct AvahiHwInterface { guint flags; guint mtu; + guint8 mac_address[AVAHI_MAX_MAC_ADDRESS]; + guint mac_address_size; + + AvahiEntryGroup *entry_group; + AVAHI_LLIST_HEAD(AvahiInterface, interfaces); };