summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-27 12:50:19 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-27 12:50:19 +0100
commit2c172dcf820ade9665ecec2359de4fcdfd3f080f (patch)
tree9dc0695f789914b2434984ed6b198940693b3e34 /runtime/rsyslog.h
parentb029d4751ac77f7ee4c7035c522e6c85601035c1 (diff)
parentcbb9684731c1d56dbe3622141f397f3afbb0f6dc (diff)
downloadrsyslog-2c172dcf820ade9665ecec2359de4fcdfd3f080f.tar.gz
rsyslog-2c172dcf820ade9665ecec2359de4fcdfd3f080f.tar.xz
rsyslog-2c172dcf820ade9665ecec2359de4fcdfd3f080f.zip
Merge branch 'v4-stable' into v5-stable
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 69b3c8d1..55df4d11 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -346,6 +346,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_OUTDATED_STMT = -2184, /**< some outdated statement/functionality is being used in conf file */
RS_RET_MISSING_WHITESPACE = -2185, /**< whitespace is missing in some config construct */
+ RS_RET_CONF_RQRD_PARAM_MISSING = -2208,/**< required parameter in config object is missing */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */