summaryrefslogtreecommitdiffstats
path: root/framework_unified/client/include/native_service/ns_eventlogger.h
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:53:34 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 13:53:34 +0900
commit138dfbb94e990dd14bb8ea08afd29ebfa573271b (patch)
tree327a18b846734990dd83fd56b5fc582c5020e93c /framework_unified/client/include/native_service/ns_eventlogger.h
parent743e39eb1c5ab4fb1d6ab94aeb673e8ac463c243 (diff)
ns-frameworkunified branch 0.1sandbox/ToshikazuOhiwa/ns-frameworkunified
Diffstat (limited to 'framework_unified/client/include/native_service/ns_eventlogger.h')
-rw-r--r--framework_unified/client/include/native_service/ns_eventlogger.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/framework_unified/client/include/native_service/ns_eventlogger.h b/framework_unified/client/include/native_service/ns_eventlogger.h
index 2b6884de..ab96e115 100644
--- a/framework_unified/client/include/native_service/ns_eventlogger.h
+++ b/framework_unified/client/include/native_service/ns_eventlogger.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -69,6 +69,9 @@ typedef enum _NStoSS_LOGGERSERVICEPROTOCOL {
SS_MSG_LOGGER_CNT_EVTLOG // NS to event logger thread
} NStoSS_loggerserviceprotocol;
+// Note: Don't remove #paragma pack(1) this is required for the
+// ARM processor, forces data structures to be on a byte boundary
+// all messages should be place in between #pragma pack(1) and #pragma pack()
#pragma pack(1)
typedef struct _stLogEvent_ {
UI_32 ts;