From 897a6853118de669be90a451a7319a219cde6feb Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 20 Feb 2008 15:27:19 +0000 Subject: added vmop class (stage for expression execution) --- syslogd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index 77acb06c..4379fea8 100644 --- a/syslogd.c +++ b/syslogd.c @@ -170,6 +170,7 @@ #include "expr.h" #include "ctok.h" #include "conf.h" +#include "vmop.h" /* We define our own set of syslog defintions so that we * do not need to rely on (possibly different) implementations. @@ -3416,6 +3417,7 @@ static rsRetVal InitGlobalClasses(void) CHKiRet(wtiClassInit()); CHKiRet(wtpClassInit()); CHKiRet(queueClassInit()); + CHKiRet(vmopClassInit()); CHKiRet(varClassInit()); CHKiRet(ctok_tokenClassInit()); CHKiRet(ctokClassInit()); -- cgit v1.2.3