From 16e6a01a6454dc791b7af593390616b4a29724c7 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 20 Mar 2009 16:03:08 +0100 Subject: mcast: remove several unused structure fields This patch removes several structure fields that are unused. Signed-off-by: Pablo Neira Ayuso --- include/mcast.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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; }; -- cgit v1.2.3