summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-11-17 13:44:50 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-11-17 13:44:50 +0000
commitb3497a08c81a02e82685160b329761266b3b692c (patch)
tree3aad883298762d6370ed5423332173f521402271 /template.h
parent42c47e4678f9cd49f0f095bb4a41f4c5e6bf57a2 (diff)
downloadrsyslog-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/template.h b/template.h
index 591a8c98..80770895 100644
--- a/template.h
+++ b/template.h
@@ -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 */