diff options
| author | Russ White <russ@riw.us> | 2021-03-09 07:58:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-09 07:58:43 -0500 |
| commit | da0a277faeb50082e92fe2c962cbf69ab3b153c1 (patch) | |
| tree | ffb9bb3cdc52672e73c73a61fff3c876499f21cc /lib/command_graph.h | |
| parent | 6adedc6fe3773fe1abd4ef62797cfb2d336348be (diff) | |
| parent | 3cb0eab36fe5b6536b261e704942ff03fc855f13 (diff) | |
Merge pull request #6807 from opensourcerouting/xref-extract
xrefs extraction tool
Diffstat (limited to 'lib/command_graph.h')
| -rw-r--r-- | lib/command_graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h index 09824460e6..86715410ce 100644 --- a/lib/command_graph.h +++ b/lib/command_graph.h @@ -99,7 +99,7 @@ struct cmd_element { const char *string; /* Command specification by string. */ const char *doc; /* Documentation of this command. */ int daemon; /* Daemon to which this command belong. */ - uint8_t attr; /* Command attributes */ + uint32_t attr; /* Command attributes */ /* handler function for command */ int (*func)(const struct cmd_element *, struct vty *, int, |
