From b9626ec6eaf299b889f52d017d025f356b43371a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 4 Mar 2000 22:21:06 +0000 Subject: Garbage collector events and counters are now per table and one day they can be made configurable if it turns out to be useful. --- nest/config.Y | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nest/config.Y') diff --git a/nest/config.Y b/nest/config.Y index bc2a3fe..3911076 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -61,11 +61,7 @@ idval: CF_ADDTO(conf, newtab) newtab: TABLE SYM { - struct rtable_config *c = cfg_allocz(sizeof(struct rtable_config)); - struct symbol *s = $2; - cf_define_symbol(s, SYM_TABLE, c); - c->name = s->name; - add_tail(&new_config->tables, &c->n); + rt_new_table($2); } ; -- cgit v1.2.3