summaryrefslogtreecommitdiffstats
path: root/nest/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/cli.h')
-rw-r--r--nest/cli.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/cli.h b/nest/cli.h
index 9670f69..d4413ff 100644
--- a/nest/cli.h
+++ b/nest/cli.h
@@ -31,9 +31,11 @@ typedef struct cli {
void (*cont)(struct cli *c);
void *rover; /* Private to continuation routine */
int last_reply;
+ struct linpool *parser_pool; /* Pool used during parsing */
} cli;
extern pool *cli_pool;
+extern struct cli *this_cli; /* Used during parsing */
/* Functions to be called by command handlers */