diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-26 08:42:14 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-26 08:42:14 +0000 |
commit | c75d3b93480469abfd2cb8332bcc0e58c95ef5e3 (patch) | |
tree | c2e9041e09276e8960f2cc96b580b5cb78283376 /omusrmsg.c | |
parent | 229aa9e64424cf05fc2391ad2e7e2baefc37542f (diff) | |
download | rsyslog-c75d3b93480469abfd2cb8332bcc0e58c95ef5e3.tar.gz rsyslog-c75d3b93480469abfd2cb8332bcc0e58c95ef5e3.tar.xz rsyslog-c75d3b93480469abfd2cb8332bcc0e58c95ef5e3.zip |
- implemented onSelectReadyWrite() interface
- milestone reached: no more access to f->f_un in syslogd.c
Diffstat (limited to 'omusrmsg.c')
-rw-r--r-- | omusrmsg.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,9 @@ * This is the implementation of the build-in output module for sending * user messages. * + * NOTE: read comments in module-template.h to understand how this file + * works! + * * File begun on 2007-07-20 by RGerhards (extracted from syslogd.c) * This file is under development and has not yet arrived at being fully * self-contained and a real object. So far, it is mostly an excerpt @@ -319,6 +322,11 @@ CODESTARTparseSelectorAct ENDparseSelectorAct +BEGINonSelectReadyWrite +CODESTARTonSelectReadyWrite +ENDonSelectReadyWrite + + BEGINgetWriteFDForSelect CODESTARTgetWriteFDForSelect ENDgetWriteFDForSelect |