summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h3
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 {