summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-15 17:25:26 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-15 17:25:26 +0100
commit66ab2a70e5bcc9637dfec89c6134abe10b96dde8 (patch)
tree20a8361a2167e760d689271b00ac77afa0e66baa /runtime/rsyslog.h
parent32df7bf254f8e82f4857d9d0f5eeb49d678d08c8 (diff)
downloadrsyslog-66ab2a70e5bcc9637dfec89c6134abe10b96dde8.tar.gz
rsyslog-66ab2a70e5bcc9637dfec89c6134abe10b96dde8.tar.xz
rsyslog-66ab2a70e5bcc9637dfec89c6134abe10b96dde8.zip
added message property parsesuccess to indicate status of higher level parser run
added message property parsesuccess to indicate if the last run higher-level parser could successfully parse the message or not (see property replacer html doc for details)
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 1ec00a85..356af2d5 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -128,6 +128,7 @@ typedef uintTiny propid_t;
#define PROP_APP_NAME 20
#define PROP_PROCID 21
#define PROP_MSGID 22
+#define PROP_PARSESUCCESS 23
#define PROP_SYS_NOW 150
#define PROP_SYS_YEAR 151
#define PROP_SYS_MONTH 152