diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-11-17 13:44:50 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-11-17 13:44:50 +0000 |
commit | b3497a08c81a02e82685160b329761266b3b692c (patch) | |
tree | 3aad883298762d6370ed5423332173f521402271 /template.h | |
parent | 42c47e4678f9cd49f0f095bb4a41f4c5e6bf57a2 (diff) | |
download | rsyslog-b3497a08c81a02e82685160b329761266b3b692c.tar.gz rsyslog-b3497a08c81a02e82685160b329761266b3b692c.tar.xz rsyslog-b3497a08c81a02e82685160b329761266b3b692c.zip |
property replacer options space-cc and drop-cc added
Diffstat (limited to 'template.h')
-rw-r--r-- | template.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ struct templateEntry { enum tplFormatTypes eDateFormat; enum tplFormatCaseConvTypes eCaseConv; struct { /* bit fields! */ + unsigned bDropCC: 1; /* drop control characters? */ + unsigned bSpaceCC: 1; /* change control characters to spaceescape? */ unsigned bEscapeCC: 1; /* escape control characters? */ unsigned bDropLastLF: 1; /* drop last LF char in msg (PIX!) */ } options; /* options as bit fields */ |