summaryrefslogtreecommitdiff
path: root/src/cli_val.h
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-04-10 17:49:50 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2008-04-10 17:49:50 -0700
commitf11c3e118f48d7bfd6d2a8d5d32309f2a83403fc (patch)
tree5623c3bc99d9a6623e6ffb65f958dc263a74f850 /src/cli_val.h
parent6072a6950706da557fc2aaa66919239d07207578 (diff)
downloadvyatta-cfg-f11c3e118f48d7bfd6d2a8d5d32309f2a83403fc.tar.gz
vyatta-cfg-f11c3e118f48d7bfd6d2a8d5d32309f2a83403fc.zip
partial fix for bug 2181: add new template field "priority".
Diffstat (limited to 'src/cli_val.h')
-rw-r--r--src/cli_val.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h
index edbda41..520fa8e 100644
--- a/src/cli_val.h
+++ b/src/cli_val.h
@@ -101,6 +101,7 @@ typedef struct {
char *def_type_help;
char *def_node_help;
char *def_default;
+ unsigned int def_priority;
boolean tag;
boolean multi;
vtw_list actions[top_act];