summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2023-11-12 20:46:04 +0200
committerGitHub <noreply@github.com>2023-11-12 20:46:04 +0200
commit8fb55967429d7409940bb17bff6830d9edac6f72 (patch)
tree0acc94813d090007d7704a69ba3d77f0c883e011 /lib/command.h
parent2c0c2c773e4f250729a50f1f4e9ed94132491011 (diff)
parent756002e277132e7173a28cd7c76c259d300d0bbf (diff)
Merge pull request #14771 from LabNConsulting/fix-mgmtd-client-memleaks
lib: mgmtd: fix debug cli commands and memleaks
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 718d34b007..0da838feb1 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -88,6 +88,8 @@ enum node_type {
DEBUG_VNC_NODE, /* Debug VNC node. */
RMAP_DEBUG_NODE, /* Route-map debug node */
RESOLVER_DEBUG_NODE, /* Resolver debug node */
+ MGMT_BE_DEBUG_NODE, /* mgmtd backend-client debug node */
+ MGMT_FE_DEBUG_NODE, /* mgmtd frontend-client debug node */
AAA_NODE, /* AAA node. */
EXTLOG_NODE, /* RFC5424 & co. extended syslog */
KEYCHAIN_NODE, /* Key-chain node. */