summaryrefslogtreecommitdiffstats
path: root/omfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'omfile.c')
-rw-r--r--omfile.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/omfile.c b/omfile.c
index 6e03697e..ebd91fa1 100644
--- a/omfile.c
+++ b/omfile.c
@@ -3,6 +3,9 @@
*
* Handles: F_CONSOLE, F_TTY, F_FILE, F_PIPE
*
+ * NOTE: read comments in module-template.h to understand how this file
+ * works!
+ *
* File begun on 2007-07-21 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
@@ -542,6 +545,11 @@ CODESTARTfreeInstance
ENDfreeInstance
+BEGINonSelectReadyWrite
+CODESTARTonSelectReadyWrite
+ENDonSelectReadyWrite
+
+
BEGINgetWriteFDForSelect
CODESTARTgetWriteFDForSelect
ENDgetWriteFDForSelect