From de0c0b47fee1edb13c152bca6704b78b08682383 Mon Sep 17 00:00:00 2001 From: arr Date: Thu, 2 May 2002 07:27:29 +0000 Subject: - Replaced the Atm_connection storage pool with an uma_zone of Atm_connection items. - Replaced the Atm_connvc storage pool with an uma_zone of Atm_connvc items. - Created void atm_cm_init(void *) and added it to the netatm init code. I'm thinking that there will definetly be more ``subsystem'' init functions to be added so I'll probably change these calls to be a for loop through init routines (or something). --- sys/netatm/atm_cm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/netatm/atm_cm.h') diff --git a/sys/netatm/atm_cm.h b/sys/netatm/atm_cm.h index 9c1b50c..b0a471a 100644 --- a/sys/netatm/atm_cm.h +++ b/sys/netatm/atm_cm.h @@ -343,6 +343,9 @@ struct atm_cm_stat { u_long cms_rcvconn; /* Packets dropped, bad conn state */ u_long cms_rcvconnvc; /* Packets dropped, bad connvc state */ }; + +void atm_cm_init(void *); + #endif /* _KERNEL */ #endif /* _NETATM_ATM_CM_H */ -- cgit v1.1