diff options
Diffstat (limited to 'omshell.c')
-rw-r--r-- | omshell.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,9 @@ /* omshell.c * This is the implementation of the build-in shell output module. * + * NOTE: read comments in module-template.h to understand how this file + * works! + * * shell support was initially written by bkalkbrenner 2005-09-20 * * File begun on 2007-07-20 by RGerhards (extracted from syslogd.c) @@ -120,6 +123,11 @@ CODESTARTparseSelectorAct ENDparseSelectorAct +BEGINonSelectReadyWrite +CODESTARTonSelectReadyWrite +ENDonSelectReadyWrite + + BEGINgetWriteFDForSelect CODESTARTgetWriteFDForSelect ENDgetWriteFDForSelect |