From 3de96e95c0847095c69b6632f1f16728fca023e6 Mon Sep 17 00:00:00 2001 From: Lassi Marttala Date: Thu, 13 Dec 2012 17:47:34 +0100 Subject: Watchdog: Review changes. Signed-off-by: Alexander Wenzel --- src/daemon/dlt-daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/dlt-daemon.h') diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h index e78f40d..37c82ac 100755 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -132,7 +132,7 @@ typedef struct #endif DltOfflineTrace offlineTrace; /**< Offline trace handling */ #if defined(DLT_SYSTEMD_WATCHDOG_ENABLE) - struct timeval lastOperationTime; + uint32_t lastOperationTime; #endif } DltDaemonLocal; -- cgit v1.2.1