summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-09-23 16:10:12 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-09-23 16:10:12 +0200
commit593c8e41d156da2a26c209efd8da452874b73b4c (patch)
tree72268d733dbf1732ffe8cb2538b0ae0479295fc7 /runtime/rsyslog.h
parent90e1478f11b7a9d253899104b20900bd999970f1 (diff)
downloadrsyslog-593c8e41d156da2a26c209efd8da452874b73b4c.tar.gz
rsyslog-593c8e41d156da2a26c209efd8da452874b73b4c.tar.bz2
rsyslog-593c8e41d156da2a26c209efd8da452874b73b4c.zip
milestone: mmpstrucdata parses STRUCTURED-DATA (but does not yet store it)
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 e62ba867..51e06000 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
RS_RET_CA_CERT_MISSING = -2329,/**< a CA cert is missing where one is required (e.g. TLS) */
RS_RET_CERT_MISSING = -2330,/**< a cert is missing where one is required (e.g. TLS) */
RS_RET_CERTKEY_MISSING = -2331,/**< a cert (private) key is missing where one is required (e.g. TLS) */
+ RS_RET_STRUC_DATA_INVLD = -2349,/**< structured data is malformed */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */