summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-12 17:57:04 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-12 17:57:04 +0200
commite2b229868955a6f6a6380273314d0d90ddad1273 (patch)
tree5a19ce9b00e9c50c1cddd78ad2d40f3d4dcdf1fb /runtime/rsyslog.h
parentfbb040b411ee564e4a4bbaf53ec342236929324f (diff)
downloadrsyslog-e2b229868955a6f6a6380273314d0d90ddad1273.tar.gz
rsyslog-e2b229868955a6f6a6380273314d0d90ddad1273.tar.xz
rsyslog-e2b229868955a6f6a6380273314d0d90ddad1273.zip
action batch processing implemented
... passed initial tests, but of course more are needed
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 53a510b3..25f9eefe 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -281,6 +281,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_RSCORE_TOO_OLD = -2120, /**< rsyslog core is too old for ... (eg this plugin) */
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 = -2122, /**< action failed and is now suspended (consider this permanent for the time being) */
RS_RET_FILENAME_INVALID = -2140, /**< filename invalid, not found, no access, ... */
/* RainerScript error messages (range 1000.. 1999) */