]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: #define FRR_CMD_NODE_20200416 6135/head
authorDavid Lamparter <equinox@diac24.net>
Thu, 16 Apr 2020 10:55:02 +0000 (12:55 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 16 Apr 2020 10:55:59 +0000 (12:55 +0200)
... requested by Lou.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command.h

index e7c9ff4c5285bb3a95f5ec3082a0891ca31b8673..719ee9fbac05b4ab667458d9bb35994bb04187c3 100644 (file)
@@ -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 {