summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2012-08-11 08:21:43 +0200
committerMiloslav Trmač <mitr@redhat.com>2012-08-28 10:26:42 +0200
commitee8e701cddaac8e786f388beff89b57f84a1a346 (patch)
tree0ea887eaf0453b0315b47e7ade9ad19f10c892ad /runtime/rsyslog.h
parent30a43cc865f3d7247ec0356566e57b9252e2e6c1 (diff)
downloadrsyslog-ee8e701cddaac8e786f388beff89b57f84a1a346.tar.gz
rsyslog-ee8e701cddaac8e786f388beff89b57f84a1a346.tar.xz
rsyslog-ee8e701cddaac8e786f388beff89b57f84a1a346.zip
Send fields specified by a template to mongodb.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
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 8d91f0e7..16ddb594 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -381,6 +381,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_MODULE_ALREADY_IN_CONF = -2221, /**< module already in current configuration */
RS_RET_PARAM_NOT_PERMITTED = -2222, /**< legacy parameter no longer permitted (usally already set by v2) */
RS_RET_NO_FIELD_PASSING = -2223, /**< output module interface parameter passing mode "FIELDS" is not available but required */
+ RS_RET_INVALID_FIELD_NAME = -2224, /**< field name is invalid */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */