From 95a207ac94980b02ef3ea5d58e697089955ff9b5 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 30 Nov 2013 13:45:41 -0800 Subject: New feature: date-strftime(). --- runtime/syslogd-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/syslogd-types.h') 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; -- cgit v1.2.3