patch-2.1.11 linux/include/linux/igmp.h

Next file: linux/include/linux/in.h
Previous file: linux/include/linux/if_fddi.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.10/linux/include/linux/igmp.h linux/include/linux/igmp.h
@@ -36,6 +36,7 @@
 #define IGMP_HOST_MEMBERSHIP_REPORT	0x12	/* Ditto */
 #define IGMP_DVMRP			0x13	/* DVMRP routing */
 #define IGMP_PIM			0x14	/* PIM routing */
+#define IGMP_TRACE			0x15	/* CISCO trace */
 #define IGMP_HOST_NEW_MEMBERSHIP_REPORT 0x16	/* New version of 0x11 */
 #define IGMP_HOST_LEAVE_MESSAGE 	0x17	/* An extra BSD seems to send */
 
@@ -90,7 +91,8 @@
 	unsigned long multiaddr;
 	struct ip_mc_list *next;
 	struct timer_list timer;
-	int tm_running;
+	short tm_running;
+	short reporter;
 	int users;
 };
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov