diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-25 16:50:12 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-25 16:50:12 +0000 |
commit | d0a93ad442331d12ee474ee859ee4fef5474b98f (patch) | |
tree | 760285102bc407030c5161f841a0058601af08c6 /rsyslog.h | |
parent | edbbf96be75d5e3ada30b08d6bf7aea7881248f5 (diff) | |
download | rsyslog-d0a93ad442331d12ee474ee859ee4fef5474b98f.tar.gz rsyslog-d0a93ad442331d12ee474ee859ee4fef5474b98f.tar.xz rsyslog-d0a93ad442331d12ee474ee859ee4fef5474b98f.zip |
introduced getWriteFDForSelect() module API
Diffstat (limited to 'rsyslog.h')
-rw-r--r-- | rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |