diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-04-10 17:49:50 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-04-10 17:49:50 -0700 |
commit | f11c3e118f48d7bfd6d2a8d5d32309f2a83403fc (patch) | |
tree | 5623c3bc99d9a6623e6ffb65f958dc263a74f850 /src/cli_val.h | |
parent | 6072a6950706da557fc2aaa66919239d07207578 (diff) | |
download | vyatta-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.h | 1 |
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]; |