diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-04 11:05:19 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-09-04 11:05:19 +0200 |
commit | 493ddeaa770de41ab5a6bb5279eed355c84b12ee (patch) | |
tree | 569f082dac461bdb858880e7e0b749760ddffa73 /grammar/rainerscript.h | |
parent | 0bf6991bf6c155ff43c394c284e23dfe6b0fc53f (diff) | |
download | rsyslog-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.h | 1 |
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; |