summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-18 15:46:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-18 15:46:00 +0200
commit71e4eebdf1f34c9fb10b3a8d7462ad624f740c10 (patch)
tree01d71323e0bac815f92191f5b7e36d899aed7d18 /template.h
parent37bac26f6edb2104829ed1b97061753530ecbdf8 (diff)
parentd45a286f2dee3c3d5aefef1ac16a02578c95f574 (diff)
downloadrsyslog-71e4eebdf1f34c9fb10b3a8d7462ad624f740c10.tar.gz
rsyslog-71e4eebdf1f34c9fb10b3a8d7462ad624f740c10.tar.xz
rsyslog-71e4eebdf1f34c9fb10b3a8d7462ad624f740c10.zip
Merge branch 'beta'
Diffstat (limited to 'template.h')
-rw-r--r--template.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.h b/template.h
index 3f35ebca..6e889c58 100644
--- a/template.h
+++ b/template.h
@@ -93,6 +93,7 @@ struct templateEntry {
unsigned bDropLastLF: 1; /* drop last LF char in msg (PIX!) */
unsigned bSecPathDrop: 1; /* drop slashes, replace dots, empty string */
unsigned bSecPathReplace: 1; /* replace slashes, replace dots, empty string */
+ unsigned bSPIffNo1stSP: 1; /* replace slashes, replace dots, empty string */
} options; /* options as bit fields */
} field;
} data;