svn commit: r189344 - head/sys/net

Bruce M Simpson bms at FreeBSD.org
Tue Mar 3 18:54:12 PST 2009


Author: bms
Date: Wed Mar  4 02:54:11 2009
New Revision: 189344
URL: http://svn.freebsd.org/changeset/base/189344

Log:
  Reserve a netisr slot for the IGMPv3 output queue.

Modified:
  head/sys/net/netisr.h

Modified: head/sys/net/netisr.h
==============================================================================
--- head/sys/net/netisr.h	Wed Mar  4 02:51:22 2009	(r189343)
+++ head/sys/net/netisr.h	Wed Mar  4 02:54:11 2009	(r189344)
@@ -46,6 +46,7 @@
  */
 #define	NETISR_POLL	0		/* polling callback, must be first */
 #define	NETISR_IP	2		/* same as AF_INET */
+#define	NETISR_IGMP	3		/* IGMPv3 output queue */
 #define	NETISR_ROUTE	14		/* routing socket */
 #define	NETISR_AARP	15		/* Appletalk ARP */
 #define	NETISR_ATALK2	16		/* Appletalk phase 2 */


More information about the svn-src-all mailing list