From cb7d65f23e1529221b7eb311d886ff5260952945 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Nov 2005 23:12:23 +0000 Subject: * Always specfify the local IP address when joining mcast groups. This increases compatibility with *BSD and is smoother on other systems, too git-svn-id: file:///home/lennart/svn/public/avahi/trunk@921 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/iface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avahi-core/iface.h') diff --git a/avahi-core/iface.h b/avahi-core/iface.h index 24da316..e7c2298 100644 --- a/avahi-core/iface.h +++ b/avahi-core/iface.h @@ -99,6 +99,8 @@ struct AvahiInterface { AvahiProtocol protocol; int announcing; + AvahiAddress local_mcast_address; + int mcast_joined; AvahiCache *cache; -- cgit