summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-29 15:40:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-29 15:40:40 +0200
commit40334847b685e6058be562b4436f72426637f4d8 (patch)
treeb312baf018722872c5116e40b3aec891e513f0ca /runtime/rsyslog.h
parent7e7ee674bed138a19e8b7bdf962e1df5ae28128b (diff)
parent5a993ad7425bce33380ff10308f2ae93dadf8dae (diff)
downloadrsyslog-40334847b685e6058be562b4436f72426637f4d8.tar.gz
rsyslog-40334847b685e6058be562b4436f72426637f4d8.tar.xz
rsyslog-40334847b685e6058be562b4436f72426637f4d8.zip
Merge branch 'master-module'
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 058322bd..778fcf68 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -374,6 +374,10 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_CNF_INVLD_FRAMING = -2214, /**< invalid framing specified in config file */
RS_RET_LEGA_ACT_NOT_SUPPORTED = -2215, /**< the module (no longer) supports legacy action syntax */
RS_RET_MAX_OMSR_REACHED = -2216, /**< max nbr of string requests reached, not supported by core */
+ /* reserved for pre-v6.5 */
+ RS_RET_DUP_PARAM = -2220, /**< config parameter is given more than once */
+ RS_RET_MODULE_ALREADY_IN_CONF = -2221, /**< module already in current configuration */
+ RS_RET_PARAM_NOT_PERMITTED = -2222, /**< legacy parameter no longer permitted (usally already set by v2) */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */