diff options
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index e6182e7..728b307 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -30,7 +30,8 @@ typedef enum { MACADDR_TYPE, DOMAIN_TYPE, /*end of addr types */ TEXT_TYPE, - BOOL_TYPE + BOOL_TYPE, + PRIORITY_TYPE }vtw_type_e; typedef enum { |