summaryrefslogtreecommitdiffstats
path: root/include/mcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mcast.h')
-rw-r--r--include/mcast.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mcast.h b/include/mcast.h
index 66676dc..d4fd335 100644
--- a/include/mcast.h
+++ b/include/mcast.h
@@ -2,6 +2,7 @@
#define _MCAST_H_
#include <netinet/in.h>
+#include <net/if.h>
struct mcast_conf {
int ipproto;
@@ -16,6 +17,8 @@ struct mcast_conf {
struct in_addr interface_addr;
struct in6_addr interface_addr6;
} ifa;
+ int mtu;
+ char iface[IFNAMSIZ];
};
struct mcast_stats {