patch-2.0.26 linux/include/linux/igmp.h
Next file: linux/include/linux/isdn.h
Previous file: linux/include/asm-alpha/unistd.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 14 15:20:10 1996
- Orig file:
v2.0.25/linux/include/linux/igmp.h
- Orig date:
Wed Aug 21 09:18:10 1996
diff -u --recursive --new-file v2.0.25/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