diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-10-22 15:36:22 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-10-22 15:36:22 -0700 |
commit | ee4800de96b1fb561a1e3f612814784891b4c468 (patch) | |
tree | 7b67c566eca648d7284112a35247d065a2a09803 /src/common/defs.h | |
parent | a5e5ddbbc35fca7a33e2c14d7e4b2e068e01da51 (diff) | |
download | vyatta-cfg-ee4800de96b1fb561a1e3f612814784891b4c468.tar.gz vyatta-cfg-ee4800de96b1fb561a1e3f612814784891b4c468.zip |
activate priority values from node.def. priority file is now no longer used and should be considered depricated.
Diffstat (limited to 'src/common/defs.h')
-rw-r--r-- | src/common/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/defs.h b/src/common/defs.h index 5fee3ca..dbe664f 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; - unsigned long _priority; + int _priority; vtw_def _def; //keep this here char* _help; char* _default; |