diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-16 09:49:22 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-16 09:49:22 +0200 |
commit | afe14ce2f6a514d9e2bf43501f1a02008d9ddea6 (patch) | |
tree | 56c33b8994057a1f6406aa793ab8569afcf56ed6 /runtime/rsyslog.h | |
parent | 3aeafbdfadc73860a16dc965c14728a3e50a216c (diff) | |
download | rsyslog-afe14ce2f6a514d9e2bf43501f1a02008d9ddea6.tar.gz rsyslog-afe14ce2f6a514d9e2bf43501f1a02008d9ddea6.tar.bz2 rsyslog-afe14ce2f6a514d9e2bf43501f1a02008d9ddea6.zip |
complete handle multiple blocks in encrypted queue files
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 e8c2eb68..179d93e6 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -415,6 +415,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_QUEUE_DISK_NO_FN = -2328,/**< disk queue configured, but filename not set */ /* up to 2350 reserved for 7.4 */ RS_RET_QUEUE_CRY_DISK_ONLY = -2351,/**< crypto provider only supported for disk-associated queues */ + RS_RET_NO_DATA = -2352,/**< file has no data; more a state than a real error */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |