From 81d76cfeaa3588069887a19f9be7d4337c567c65 Mon Sep 17 00:00:00 2001 From: "S. Hameed" Date: Tue, 28 Jul 2015 16:26:00 +0900 Subject: Offline Logstorage [1/4]: DLT preparation to enable offline logstorage Signed-off-by: S. Hameed --- src/daemon/dlt-daemon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/dlt-daemon.h') diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h index 424dec4..fee6767 100755 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -79,6 +79,7 @@ #include #include +#include "dlt_daemon_offline_logstorage.h" /** * The flags of a dlt daemon. @@ -110,6 +111,7 @@ typedef struct int sendECUSoftwareVersion; /**< (Boolean) Send ECU software version perdiodically */ char pathToECUSoftwareVersion[256]; /**< (String: Filename) The file from which to read the ECU version from. */ int sendTimezone; /**< (Boolean) Send Timezone perdiodically */ + int offlineLogstorageMaxDevices; /**< (int) Maximum devices to be used as offline logstorage devices */ } DltDaemonFlags; /** -- cgit v1.2.1