summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-04 10:33:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-04 10:33:42 +0200
commit7dee07ea0c9dd8523fc1f3d20f07746a376b9d01 (patch)
treef4690146839ab5c2e4a8e721c725cc381ac52520 /runtime/rsyslog.h
parent69eac5341d49c5c7278e6d86a77dc9d6b4a4edde (diff)
parente893a5916473c45d6b90dc2401637fe713133291 (diff)
downloadrsyslog-7dee07ea0c9dd8523fc1f3d20f07746a376b9d01.tar.gz
rsyslog-7dee07ea0c9dd8523fc1f3d20f07746a376b9d01.tar.xz
rsyslog-7dee07ea0c9dd8523fc1f3d20f07746a376b9d01.zip
Merge branch 'master' into omfile
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 57c5dcdf..f93592b7 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -273,7 +273,10 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_ERR_FORK = -2118, /**< error during fork() */
RS_RET_ERR_WRITE_PIPE = -2119, /**< error writing to pipe */
RS_RET_RSCORE_TOO_OLD = -2120, /**< rsyslog core is too old for ... (eg this plugin) */
- RS_RET_NONFATAL_CONFIG_ERR = -2123, /**< non-fatal error during config processing */
+ RS_RET_DEFER_COMMIT = -2121, /**< output plugin status: not yet committed (an OK state!) */
+ RS_RET_PREVIOUS_COMMITTED = -2122, /**< output plugin status: previous record was committed (an OK state!) */
+ RS_RET_ACTION_FAILED = -2123, /**< action failed and is now suspended (consider this permanent for the time being) */
+ RS_RET_NONFATAL_CONFIG_ERR = -2124, /**< non-fatal error during config processing */
RS_RET_FILENAME_INVALID = -2140, /**< filename invalid, not found, no access, ... */
RS_RET_ZLIB_ERR = -2141, /**< error during zlib call */