summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-25 16:50:12 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-25 16:50:12 +0000
commitd0a93ad442331d12ee474ee859ee4fef5474b98f (patch)
tree760285102bc407030c5161f841a0058601af08c6 /rsyslog.h
parentedbbf96be75d5e3ada30b08d6bf7aea7881248f5 (diff)
downloadrsyslog-d0a93ad442331d12ee474ee859ee4fef5474b98f.tar.gz
rsyslog-d0a93ad442331d12ee474ee859ee4fef5474b98f.tar.xz
rsyslog-d0a93ad442331d12ee474ee859ee4fef5474b98f.zip
introduced getWriteFDForSelect() module API
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index c6776aa4..5b7d8c34 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -48,6 +48,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_PARAM_ERROR = -1000, /**< invalid parameter in call to function */
RS_RET_MISSING_INTERFACE = -1001,/**< interface version mismatch, required missing */
/* return states for config file processing */
+ RS_RET_NONE = -2000, /**< some value is not available - not necessarily an error */
RS_RET_CONFLINE_UNPROCESSED = -2001,/**< config line was not processed, pass to other module */
RS_RET_DISCARDMSG = -2002, /**< discard message (no error state, processing request!) */
RS_RET_INCOMPATIBLE = -2003, /**< function not compatible with requested feature */