From c75d3b93480469abfd2cb8332bcc0e58c95ef5e3 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 26 Jul 2007 08:42:14 +0000 Subject: - implemented onSelectReadyWrite() interface - milestone reached: no more access to f->f_un in syslogd.c --- omusrmsg.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'omusrmsg.c') diff --git a/omusrmsg.c b/omusrmsg.c index 1613bb65..0b8eccc4 100644 --- a/omusrmsg.c +++ b/omusrmsg.c @@ -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 -- cgit v1.2.3