summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-05-10 15:39:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-05-10 15:39:42 +0200
commit415b26d5a19d8b1fd50d8e0b7b29cc8527537316 (patch)
tree5a8d0652dfd1ed25cd647e976136b92aa625df73 /runtime/rsyslog.h
parent4ae3176e2824607b8016699d3fc3f1f6a8371495 (diff)
downloadrsyslog-415b26d5a19d8b1fd50d8e0b7b29cc8527537316.tar.gz
rsyslog-415b26d5a19d8b1fd50d8e0b7b29cc8527537316.tar.bz2
rsyslog-415b26d5a19d8b1fd50d8e0b7b29cc8527537316.zip
enable shuffling of crypto parameters down through queue definition
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 47b34783..e8c2eb68 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -413,6 +413,8 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_CRY_INVLD_ALGO = -2326,/**< user specified invalid (unkonwn) crypto algorithm */
RS_RET_CRY_INVLD_MODE = -2327,/**< user specified invalid (unkonwn) crypto mode */
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 */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */