summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-29 16:09:19 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-29 16:09:19 +0100
commit7b45d0b4d2caa27df4835ca59617bd869ee34442 (patch)
treed30fbc00ca571f050c60eeede91a62fab8684136 /template.h
parent1b2f93da31d0331244aa7c72068f4ec324e2cb71 (diff)
parent474877b9d7912a3d2abc2a350dbc41e4c3b050e4 (diff)
downloadrsyslog-7b45d0b4d2caa27df4835ca59617bd869ee34442.tar.gz
rsyslog-7b45d0b4d2caa27df4835ca59617bd869ee34442.tar.bz2
rsyslog-7b45d0b4d2caa27df4835ca59617bd869ee34442.zip
Merge branch 'v7-stable-info'
Conflicts: ChangeLog template.c
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 018e2f52..318db6f8 100644
--- a/template.h
+++ b/template.h
@@ -119,6 +119,7 @@ struct templateEntry {
unsigned bJSON: 1; /* format field JSON escaped */
unsigned bJSONf: 1; /* format field JSON *field* (n/v pair) */
unsigned bMandatory: 1; /* mandatory field - emit even if empty */
+ unsigned bFromPosEndRelative: 1;/* is From/To-Pos relative to end of string? */
} options; /* options as bit fields */
} field;
} data;