diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 14:34:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 14:34:40 +0000 |
commit | 8a77bc82acfb5960e8c4054094f7eb80a158ec1f (patch) | |
tree | a447af04d7419c2049442d089ed3c6565d687bb1 /modules.c | |
parent | a5ac2e420e6f58f2cad5123ea674b0da5c016aea (diff) | |
download | rsyslog-8a77bc82acfb5960e8c4054094f7eb80a158ec1f.tar.gz rsyslog-8a77bc82acfb5960e8c4054094f7eb80a158ec1f.tar.xz rsyslog-8a77bc82acfb5960e8c4054094f7eb80a158ec1f.zip |
removed single-threading support for sending TCP messages; caused
simplyfication of output module interface as well as core syslog
processing.
Diffstat (limited to 'modules.c')
-rw-r--r-- | modules.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -266,8 +266,6 @@ rsRetVal doModInit(rsRetVal (*modInit)(int, int*, rsRetVal(**)(), rsRetVal(*)()) CHKiRet((*pNew->modQueryEtryPt)((uchar*)"doAction", &pNew->mod.om.doAction)); CHKiRet((*pNew->modQueryEtryPt)((uchar*)"parseSelectorAct", &pNew->mod.om.parseSelectorAct)); CHKiRet((*pNew->modQueryEtryPt)((uchar*)"isCompatibleWithFeature", &pNew->isCompatibleWithFeature)); - CHKiRet((*pNew->modQueryEtryPt)((uchar*)"getWriteFDForSelect", &pNew->getWriteFDForSelect)); - CHKiRet((*pNew->modQueryEtryPt)((uchar*)"onSelectReadyWrite", &pNew->onSelectReadyWrite)); CHKiRet((*pNew->modQueryEtryPt)((uchar*)"needUDPSocket", &pNew->needUDPSocket)); CHKiRet((*pNew->modQueryEtryPt)((uchar*)"tryResume", &pNew->tryResume)); break; |