diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-10 17:34:05 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-10 17:34:05 +0200 |
commit | c397616d772714cf0d71870dc8f61c7a999bf939 (patch) | |
tree | 72d96dca2773b910504809924b63af54a1d38ff7 /runtime/rsyslog.h | |
parent | c142c2f69401dc800434efd6b901d1c4c2f27069 (diff) | |
parent | 0817fc95a810df497c52200c772fac743ca84dde (diff) | |
download | rsyslog-c397616d772714cf0d71870dc8f61c7a999bf939.tar.gz rsyslog-c397616d772714cf0d71870dc8f61c7a999bf939.tar.bz2 rsyslog-c397616d772714cf0d71870dc8f61c7a999bf939.zip |
Merge branch 'master' of git+ssh://git.adiscon.com/git/rsyslog
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 a901d2ef..47b34783 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -412,6 +412,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_EI_INVLD_FILE = -2325,/**< header indicates the file is no .encinfo file */ 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 */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |