From 14714108891719cd4af97afba8c20ed7b9f5a0f4 Mon Sep 17 00:00:00 2001 From: arr Date: Thu, 13 Jun 2002 14:32:51 +0000 Subject: - Finish the uni part of the storage pool cleanup. There should now only be a few bits left to clean from the HARP code in terms of what is using the storage pools; once that's done, the memory management code can be removed entirely. This commit effectively changes the use of dynamic memory routines from atm_allocate, atm_free, atm_release_pool to uma_zcreate, uma_zalloc, uma_zfree, uma_zdestroy. --- sys/netatm/uni/uniip_var.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netatm/uni/uniip_var.h') diff --git a/sys/netatm/uni/uniip_var.h b/sys/netatm/uni/uniip_var.h index 22ba48d..768790a 100644 --- a/sys/netatm/uni/uniip_var.h +++ b/sys/netatm/uni/uniip_var.h @@ -252,7 +252,7 @@ extern struct ip_serv uniip_ipserv; extern struct uniarp *uniarp_arptab[]; extern struct uniarp *uniarp_nomaptab; extern struct uniarp *uniarp_pvctab; -extern struct sp_info uniarp_pool; +extern uma_zone_t uniarp_zone; extern struct atm_time uniarp_timer; extern int uniarp_print; extern Atm_endpoint uniarp_endpt; -- cgit v1.1