summaryrefslogtreecommitdiff
path: root/src/common/defs.h
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-10-23 10:07:54 -0700
committerslioch <slioch@eng-140.vyatta.com>2009-10-23 10:07:54 -0700
commita4a15d2cb93e9fcf56f98472694e064d82c31f94 (patch)
tree3d83b4c254394767355baa2e13c7bcf4a8af3f8d /src/common/defs.h
parent228748ebba43f2a3a055da8727696c8b06c6f38b (diff)
downloadvyatta-cfg-a4a15d2cb93e9fcf56f98472694e064d82c31f94.tar.gz
vyatta-cfg-a4a15d2cb93e9fcf56f98472694e064d82c31f94.zip
dismantle old priority file parsing and node matching code. removed
references to old values.
Diffstat (limited to 'src/common/defs.h')
-rw-r--r--src/common/defs.h3
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__