From f8d44b01df5d93681e116ccbff39cc4618632825 Mon Sep 17 00:00:00 2001 From: Jan Moskyto Matejka Date: Mon, 15 May 2017 12:10:51 +0200 Subject: Nest: split route show into separate file --- nest/cli.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nest/cli.c') diff --git a/nest/cli.c b/nest/cli.c index 83e79616..bf8bf127 100644 --- a/nest/cli.c +++ b/nest/cli.c @@ -313,7 +313,8 @@ cli_new(void *priv) c->event->hook = cli_event; c->event->data = c; c->cont = cli_hello; - c->parser_pool = lp_new(c->pool, 4096); + c->parser_pool = lp_new(c->pool, 4080); + c->show_pool = lp_new(c->pool, 4080); c->rx_buf = mb_alloc(c->pool, CLI_RX_BUF_SIZE); ev_schedule(c->event); return c; -- cgit v1.2.3