summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-04-25 15:05:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-04-25 15:05:01 +0200
commit54966fd878bcf1c52019e0ec977da4d7b0a9f52a (patch)
treeea592b9178686e70fae6b7fd4d67bc85e81bb6c2 /runtime
parent2eea95f626badb5a93ff7eca97cc68e5d2f3940a (diff)
downloadrsyslog-54966fd878bcf1c52019e0ec977da4d7b0a9f52a.tar.gz
rsyslog-54966fd878bcf1c52019e0ec977da4d7b0a9f52a.tar.xz
rsyslog-54966fd878bcf1c52019e0ec977da4d7b0a9f52a.zip
omelasticsearch: provide authentication support (UNTESTED)
Diffstat (limited to 'runtime')
-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) */