aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/vppapigen/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/vppapigen/node.h')
-rw-r--r--src/tools/vppapigen/node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/vppapigen/node.h b/src/tools/vppapigen/node.h
index 297d603615b..65bd5d10060 100644
--- a/src/tools/vppapigen/node.h
+++ b/src/tools/vppapigen/node.h
@@ -53,6 +53,7 @@ enum node_subclass { /* WARNING: indices must match the vft... */
NODE_MANUAL_PRINT,
NODE_MANUAL_ENDIAN,
NODE_DONT_TRACE,
+ NODE_AUTOREPLY,
};
enum passid {
@@ -84,6 +85,7 @@ typedef struct node_ {
#define NODE_FLAG_MANUAL_ENDIAN (1<<1)
#define NODE_FLAG_TYPEONLY (1<<3)
#define NODE_FLAG_DONT_TRACE (1<<4)
+#define NODE_FLAG_AUTOREPLY (1<<5)
typedef struct node_vft_ {
void (*print)(struct node_ *);