summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-29 15:45:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-29 15:45:39 +0200
commitc522f1932aa2233c9fe847e449b5556723f8c186 (patch)
tree6c110943e210cf4c49103fbbee12ba6b0051f3ae /runtime/rsyslog.h
parent10430a189af0ecdbdad6c2542280f6d397ec4752 (diff)
parentb0a3e85e102c3e549574bf8f418ca643109f2884 (diff)
downloadrsyslog-c522f1932aa2233c9fe847e449b5556723f8c186.tar.gz
rsyslog-c522f1932aa2233c9fe847e449b5556723f8c186.tar.xz
rsyslog-c522f1932aa2233c9fe847e449b5556723f8c186.zip
Merge branch 'master-elasticsearch' into tmp
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 058322bd..1da56085 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -374,6 +374,7 @@ 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 */
+ RS_RET_UID_MISSING = -2217, /**< a user id is missing (but e.g. a password provided) */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */