diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2017-05-15 12:10:51 +0200 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2017-05-15 12:10:51 +0200 |
commit | f8d44b01df5d93681e116ccbff39cc4618632825 (patch) | |
tree | 5b9c3113353410a2f70347a61856f5d80ff5c6c4 /nest/cli.h | |
parent | 95639d957758cba04aeec7ef319c2de2a5ff52da (diff) |
Nest: split route show into separate file
Diffstat (limited to 'nest/cli.h')
-rw-r--r-- | nest/cli.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |