summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-06-21 09:26:34 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-06-21 09:26:34 +0200
commit16450df18b3f72160aa232d2fb6e0b064f9ff55d (patch)
tree93fb2f1f58a9a9333860e5ca739cd30e8e5b9574 /runtime/rsyslog.h
parentaf464bde4a4649dc51a5ee3c6a70346d1eba173d (diff)
downloadrsyslog-16450df18b3f72160aa232d2fb6e0b064f9ff55d.tar.gz
rsyslog-16450df18b3f72160aa232d2fb6e0b064f9ff55d.tar.bz2
rsyslog-16450df18b3f72160aa232d2fb6e0b064f9ff55d.zip
omrelp: emit error message on peer authentication failure
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 179d93e6..63112627 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -416,6 +416,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
/* up to 2350 reserved for 7.4 */
RS_RET_QUEUE_CRY_DISK_ONLY = -2351,/**< crypto provider only supported for disk-associated queues */
RS_RET_NO_DATA = -2352,/**< file has no data; more a state than a real error */
+ RS_RET_RELP_AUTH_FAIL = -2353,/**< RELP peer authentication failed */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */