From ed68a5c6a4da7050995934adb07612dea1cf6644 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 May 1998 21:37:37 +0000 Subject: Resource pools are now named. --- nest/rt-attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/rt-attr.c') diff --git a/nest/rt-attr.c b/nest/rt-attr.c index a5ee77c..e667625 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -138,6 +138,6 @@ rta_dump_all(void) void rta_init(void) { - rta_pool = rp_new(&root_pool); + rta_pool = rp_new(&root_pool, "Attributes"); rta_slab = sl_new(rta_pool, sizeof(rta)); } -- cgit v1.2.3