summaryrefslogtreecommitdiffstats
path: root/runtime/netstrms.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-25 13:31:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-25 13:31:02 +0100
commit3fb01ebcc0da98fee5fa5f854fad5d347d3f5649 (patch)
treed54e1c433db2f0c6d45e7f5dbf91a10daff514ff /runtime/netstrms.c
parent4e3589857a2b2667d4b9ad92fe152acb85283aca (diff)
parent41211495e5234c1ed4ccd408a4043915ad075771 (diff)
downloadrsyslog-3fb01ebcc0da98fee5fa5f854fad5d347d3f5649.tar.gz
rsyslog-3fb01ebcc0da98fee5fa5f854fad5d347d3f5649.tar.bz2
rsyslog-3fb01ebcc0da98fee5fa5f854fad5d347d3f5649.zip
Merge branch 'nspoll'
Diffstat (limited to 'runtime/netstrms.c')
-rw-r--r--runtime/netstrms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/netstrms.c b/runtime/netstrms.c
index 6b28e7ea..e9ff2568 100644
--- a/runtime/netstrms.c
+++ b/runtime/netstrms.c
@@ -36,6 +36,7 @@
#include "nsd.h"
#include "netstrm.h"
#include "nssel.h"
+#include "nspoll.h"
#include "netstrms.h"
MODULE_TYPE_LIB
@@ -304,6 +305,7 @@ ENDObjClassInit(netstrms)
BEGINmodExit
CODESTARTmodExit
nsselClassExit();
+ nspollClassExit();
netstrmsClassExit();
netstrmClassExit(); /* we use this object, so we must exit it after we are finished */
ENDmodExit
@@ -322,6 +324,7 @@ CODESTARTmodInit
/* Initialize all classes that are in our module - this includes ourselfs */
CHKiRet(netstrmClassInit(pModInfo));
CHKiRet(nsselClassInit(pModInfo));
+ CHKiRet(nspollClassInit(pModInfo));
CHKiRet(netstrmsClassInit(pModInfo));
ENDmodInit
/* vi:set ai: