summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-08 13:24:20 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-08 13:24:20 +0200
commit3d74096021d95a5073c4d208cc2e31375bd237a1 (patch)
treeeeffd5c0388797c42dea1cca103dec54639d81f3 /runtime/rsyslog.h
parent664f7cab3f667cdda1c131b188f52ef1bac4c049 (diff)
downloadrsyslog-3d74096021d95a5073c4d208cc2e31375bd237a1.tar.gz
rsyslog-3d74096021d95a5073c4d208cc2e31375bd237a1.tar.xz
rsyslog-3d74096021d95a5073c4d208cc2e31375bd237a1.zip
added a bit of doc (at least something...)
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 c32e190c..0be5d49a 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -222,6 +222,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_INVAID_DRVR_MODE = -2081, /**< tried to set mode not supported by driver */
RS_RET_DRVRNAME_TOO_LONG = -2082, /**< driver name too long - should never happen */
RS_RET_TLS_HANDSHAKE_ERR = -2083, /**< TLS handshake failed */
+ RS_RET_TLS_CERT_ERR = -2084, /**< generic TLS certificate error */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */