From ee4800de96b1fb561a1e3f612814784891b4c468 Mon Sep 17 00:00:00 2001 From: slioch Date: Thu, 22 Oct 2009 15:36:22 -0700 Subject: activate priority values from node.def. priority file is now no longer used and should be considered depricated. --- src/common/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') 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; -- cgit v1.2.3