summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-20 16:10:20 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-20 16:10:20 +0000
commite5f51c5f97b6861ea3c69ac4ff01dad75750c09b (patch)
treec8ed1644acd90c786ce51baf27f1d774a14f733d /syslogd.c
parentc2d0c3d4c31164ece386a61ef3326bb40c348fdb (diff)
downloadrsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.tar.gz
rsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.tar.xz
rsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.zip
created initial vmprg class
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/syslogd.c b/syslogd.c
index 4379fea8..72f1f793 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -171,6 +171,7 @@
#include "ctok.h"
#include "conf.h"
#include "vmop.h"
+#include "vmprg.h"
/* We define our own set of syslog defintions so that we
* do not need to rely on (possibly different) implementations.
@@ -3418,6 +3419,7 @@ static rsRetVal InitGlobalClasses(void)
CHKiRet(wtpClassInit());
CHKiRet(queueClassInit());
CHKiRet(vmopClassInit());
+ CHKiRet(vmprgClassInit());
CHKiRet(varClassInit());
CHKiRet(ctok_tokenClassInit());
CHKiRet(ctokClassInit());