summaryrefslogtreecommitdiffstats
path: root/include/mcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mcast.h')
-rw-r--r--include/mcast.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mcast.h b/include/mcast.h
index 30aefc0..38c77f9 100644
--- a/include/mcast.h
+++ b/include/mcast.h
@@ -18,11 +18,8 @@ struct mcast_conf {
struct in_addr interface_addr;
unsigned int interface_index6;
} ifa;
- int mtu;
- int interface_idx;
int sndbuf;
int rcvbuf;
- char iface[IFNAMSIZ];
};
struct mcast_stats {
@@ -38,7 +35,6 @@ struct mcast_sock {
struct sockaddr_in6 ipv6;
} addr;
socklen_t sockaddr_len;
- int interface_idx;
struct mcast_stats stats;
};