summaryrefslogtreecommitdiffstats
path: root/runtime/syslogd-types.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-11-30 13:45:41 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-11-30 13:45:41 -0800
commit95a207ac94980b02ef3ea5d58e697089955ff9b5 (patch)
tree6cae416db70ad7e9467a65227506786a00994085 /runtime/syslogd-types.h
parent9859818eccb27a330537258d9149c7c5f32292f6 (diff)
downloadrsyslog-95a207ac94980b02ef3ea5d58e697089955ff9b5.tar.gz
rsyslog-95a207ac94980b02ef3ea5d58e697089955ff9b5.tar.bz2
rsyslog-95a207ac94980b02ef3ea5d58e697089955ff9b5.zip
New feature: date-strftime().HEADv3-stable-kaz
Diffstat (limited to 'runtime/syslogd-types.h')
-rw-r--r--runtime/syslogd-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/syslogd-types.h b/runtime/syslogd-types.h
index be0dfdd8..b871d378 100644
--- a/runtime/syslogd-types.h
+++ b/runtime/syslogd-types.h
@@ -95,6 +95,7 @@ struct syslogTime {
/* full UTC offset minutes = OffsetHours*60 + OffsetMinute. Then use
* OffsetMode to know the direction.
*/
+ time_t epoch; /* The original epoch */
};
typedef struct syslogTime syslogTime_t;