summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-20 14:34:40 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-20 14:34:40 +0000
commit8a77bc82acfb5960e8c4054094f7eb80a158ec1f (patch)
treea447af04d7419c2049442d089ed3c6565d687bb1 /modules.h
parenta5ac2e420e6f58f2cad5123ea674b0da5c016aea (diff)
downloadrsyslog-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.h')
-rw-r--r--modules.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules.h b/modules.h
index cf6eda24..0ff49afe 100644
--- a/modules.h
+++ b/modules.h
@@ -59,8 +59,6 @@ typedef struct moduleInfo {
rsRetVal (*modQueryEtryPt)(uchar *name, rsRetVal (**EtryPoint)()); /* query entry point addresses */
rsRetVal (*isCompatibleWithFeature)(syslogFeature);
rsRetVal (*freeInstance)(void*);/* called before termination or module unload */
- rsRetVal (*getWriteFDForSelect)(void*,short *);/* called before termination or module unload */
- rsRetVal (*onSelectReadyWrite)(void*);/* called when fd is writeable after select() */
rsRetVal (*needUDPSocket)(void*);/* called when fd is writeable after select() */
rsRetVal (*dbgPrintInstInfo)(void*);/* called before termination or module unload */
rsRetVal (*tryResume)(void*);/* called to see if module actin can be resumed now */