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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/cli.h') diff --git a/nest/cli.h b/nest/cli.h index 92f3c3d7..6040be91 100644 --- a/nest/cli.h +++ b/nest/cli.h @@ -38,6 +38,7 @@ typedef struct cli { int last_reply; int restricted; /* CLI is restricted to read-only commands */ struct linpool *parser_pool; /* Pool used during parsing */ + struct linpool *show_pool; /* Pool used during route show */ byte *ring_buf; /* Ring buffer for asynchronous messages */ byte *ring_end, *ring_read, *ring_write; /* Pointers to the ring buffer */ uint ring_overflow; /* Counter of ring overflows */ -- cgit v1.2.3