diff options
Diffstat (limited to 'src/common/defs.h')
-rw-r--r-- | src/common/defs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/defs.h b/src/common/defs.h index dbe664f..934364a 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -54,7 +54,7 @@ remove _actions and rely on def in the future. struct Config { boolean _multi; - int _priority; + int _priority; vtw_def _def; //keep this here char* _help; char* _default; @@ -76,7 +76,6 @@ struct VyattaNode { struct Data _data; struct Config _config; - int _priority; //used for setting priority }; #endif //__DEFS_H__ |