summaryrefslogtreecommitdiffstats
path: root/grammar/rainerscript.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-04 11:05:19 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-04 11:05:19 +0200
commit493ddeaa770de41ab5a6bb5279eed355c84b12ee (patch)
tree569f082dac461bdb858880e7e0b749760ddffa73 /grammar/rainerscript.h
parent0bf6991bf6c155ff43c394c284e23dfe6b0fc53f (diff)
downloadrsyslog-493ddeaa770de41ab5a6bb5279eed355c84b12ee.tar.gz
rsyslog-493ddeaa770de41ab5a6bb5279eed355c84b12ee.tar.bz2
rsyslog-493ddeaa770de41ab5a6bb5279eed355c84b12ee.zip
new ruleengine: add &-operator (legacy action list)
Diffstat (limited to 'grammar/rainerscript.h')
-rw-r--r--grammar/rainerscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar/rainerscript.h b/grammar/rainerscript.h
index 3238b7fe..1fe7f1b9 100644
--- a/grammar/rainerscript.h
+++ b/grammar/rainerscript.h
@@ -160,6 +160,7 @@ struct cnfstmt { /* base statement, for simple types */
union {
struct {
struct cnfexpr *expr;
+ uchar *printable; /* printable expr for debugging */
struct cnfstmt *t_then;
struct cnfstmt *t_else;
} cond;