From: David Lamparter Date: Thu, 16 Apr 2020 10:55:02 +0000 (+0200) Subject: lib: #define FRR_CMD_NODE_20200416 X-Git-Tag: base_7.4~71^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d1b221f696b4d3ed3cd7f5b0ae1f19a07f87fd80;p=matthieu%2Ffrr.git lib: #define FRR_CMD_NODE_20200416 ... requested by Lou. Signed-off-by: David Lamparter --- diff --git a/lib/command.h b/lib/command.h index e7c9ff4c52..719ee9fbac 100644 --- a/lib/command.h +++ b/lib/command.h @@ -167,6 +167,9 @@ enum node_type { extern vector cmdvec; extern const struct message tokennames[]; +/* for external users depending on struct layout */ +#define FRR_CMD_NODE_20200416 + /* Node which has some commands and prompt string and configuration function pointer . */ struct cmd_node {