From 3b61b813a1453df72c1e2dc4cb9892a79f2a5861 Mon Sep 17 00:00:00 2001 From: Lassi Marttala Date: Thu, 26 Jan 2012 12:16:53 +0100 Subject: [GSW-141] Tracefile content stored different under Ubuntu 64 bit version compared to Ubuntu/Win 32 Bit version Modified DltStorageHeader to use int32_t instead of time_t. --- include/dlt/dlt_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 2a320fe..468b17b 100755 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -336,7 +336,7 @@ typedef char ID4[DLT_ID_SIZE]; typedef struct { char pattern[DLT_ID_SIZE]; /**< This pattern should be DLT0x01 */ - time_t seconds; /**< seconds since 1.1.1970 */ + int32_t seconds; /**< seconds since 1.1.1970 */ int32_t microseconds; /**< Microseconds */ char ecu[DLT_ID_SIZE]; /**< The ECU id is added, if it is not already in the DLT message itself */ } PACKED DltStorageHeader; -- cgit v1.2.1