usr/src/uts/common/inet/ipclassifier.h
changeset 5815 837c8cd4d6b6
parent 5455 82e85f4134e1
child 8275 7c223a798022
--- a/usr/src/uts/common/inet/ipclassifier.h	Fri Jan 11 12:35:21 2008 -0800
+++ b/usr/src/uts/common/inet/ipclassifier.h	Fri Jan 11 12:54:58 2008 -0800
@@ -19,7 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -234,6 +234,7 @@
 	queue_t		*conn_rq;		/* Read queue */
 	queue_t		*conn_wq;		/* Write queue */
 	dev_t		conn_dev;		/* Minor number */
+	vmem_t		*conn_minor_arena;	/* Minor arena */
 
 	cred_t		*conn_cred;		/* Credentials */
 	connf_t		*conn_g_fanout;		/* Global Hash bucket head */