summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_cm.h
diff options
context:
space:
mode:
authorarr <arr@FreeBSD.org>2002-05-02 07:27:29 +0000
committerarr <arr@FreeBSD.org>2002-05-02 07:27:29 +0000
commitde0c0b47fee1edb13c152bca6704b78b08682383 (patch)
tree5d333b83d9a97872390d56c2e7dbe39370def59e /sys/netatm/atm_cm.h
parentf7f01600de16995a3b8291a1e6f854e750acf936 (diff)
downloadFreeBSD-src-de0c0b47fee1edb13c152bca6704b78b08682383.zip
FreeBSD-src-de0c0b47fee1edb13c152bca6704b78b08682383.tar.gz
- 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).
Diffstat (limited to 'sys/netatm/atm_cm.h')
-rw-r--r--sys/netatm/atm_cm.h3
1 files changed, 3 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud