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 --- include/dlt/dlt_protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dlt/dlt_protocol.h') diff --git a/include/dlt/dlt_protocol.h b/include/dlt/dlt_protocol.h index d734084..3c8488a 100755 --- a/include/dlt/dlt_protocol.h +++ b/include/dlt/dlt_protocol.h @@ -198,6 +198,7 @@ #define DLT_SERVICE_ID_CONNECTION_INFO 0xf02 /**< Service ID: Message connection info */ #define DLT_SERVICE_ID_TIMEZONE 0xf03 /**< Service ID: Timezone */ #define DLT_SERVICE_ID_MARKER 0xf04 /**< Service ID: Marker */ +#define DLT_SERVICE_ID_OFFLINE_LOGSTORAGE 0xf05 /**< Service ID: Offline log storage */ #define DLT_SERVICE_ID_CALLSW_CINJECTION 0xFFF /**< Service ID: Message Injection (minimal ID) */ /* -- cgit v1.2.1