summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-08 17:56:11 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-08 17:56:11 +0100
commitd97ad63e218112d7cd3a390854b2918407804976 (patch)
treecce3d9a615cc4c5d13f33dc78351a1c0c289545f /template.h
parent0b84d47f7a244c25f63fadcec92d12ebfbe319a4 (diff)
downloadrsyslog-d97ad63e218112d7cd3a390854b2918407804976.tar.gz
rsyslog-d97ad63e218112d7cd3a390854b2918407804976.tar.xz
rsyslog-d97ad63e218112d7cd3a390854b2918407804976.zip
added new property replacer option "date-rfc3164-buggyday"
primarily to ease migration from syslog-ng. See property replacer doc for details. [backport from 5.5.3 because urgently needed by some]
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"