summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-05 07:56:57 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-05 07:56:57 +0100
commitb3c8528b5087289c9b1f357f98f890190a5621a0 (patch)
treead0cefb7902ab3de9b2d2fb72be2bcbb8ddadcbf /template.h
parent5402ba982fd8c9bb9ce7fab43ddabaa174ab0794 (diff)
downloadrsyslog-b3c8528b5087289c9b1f357f98f890190a5621a0.tar.gz
rsyslog-b3c8528b5087289c9b1f357f98f890190a5621a0.tar.xz
rsyslog-b3c8528b5087289c9b1f357f98f890190a5621a0.zip
added new property replacer option "date-rfc3164-buggyday"
primarily to ease migration from syslog-ng. See property replacer doc for details.
Diffstat (limited to 'template.h')
-rw-r--r--template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.h b/template.h
index 271e8271..71e8b428 100644
--- a/template.h
+++ b/template.h
@@ -48,7 +48,7 @@ struct template {
enum EntryTypes { UNDEFINED = 0, CONSTANT = 1, FIELD = 2 };
enum tplFormatTypes { tplFmtDefault = 0, tplFmtMySQLDate = 1,
tplFmtRFC3164Date = 2, tplFmtRFC3339Date = 3, tplFmtPgSQLDate = 4,
- tplFmtSecFrac = 5};
+ tplFmtSecFrac = 5, tplFmtRFC3164BuggyDate = 6};
enum tplFormatCaseConvTypes { tplCaseConvNo = 0, tplCaseConvUpper = 1, tplCaseConvLower = 2 };
#include "msg.h"