diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-12 09:18:04 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-05-12 09:18:04 +0200 |
commit | 21b7f7e603639fa8f354c954b0e467abb72b6c12 (patch) | |
tree | d248c1ac41b07a37f8423a01efe613d66c5ef23f /runtime/rsyslog.h | |
parent | 1e4f374d7d087fac8fbe807545ea1ed3f44c80e1 (diff) | |
parent | d1985c4a65feb5caaea855517431ed564a13ed4c (diff) | |
download | rsyslog-21b7f7e603639fa8f354c954b0e467abb72b6c12.tar.gz rsyslog-21b7f7e603639fa8f354c954b0e467abb72b6c12.tar.xz rsyslog-21b7f7e603639fa8f354c954b0e467abb72b6c12.zip |
Merge branch 'master' into multi-dequeue
Conflicts:
runtime/rsyslog.h
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 3b2dff62..ee941b2b 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -279,6 +279,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_FILENAME_INVALID = -2140, /**< filename invalid, not found, no access, ... */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |