diff options
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |
