summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorS. Hameed <shameed@jp.adit-jv.com>2015-03-20 18:01:24 +0900
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-04-01 10:13:01 +0200
commit2cec5d20ae0b5361a84bfb8170335f2502ddd88f (patch)
tree553b38fee8d08e13fec37ce7e47eab2a3cef18a9 /include
parent3c89cdf9ca2aae9e0a602997ed0245692ddf976a (diff)
downloadDLT-daemon-2cec5d20ae0b5361a84bfb8170335f2502ddd88f.tar.gz
Add Service ID Last entry to avoid further modifications in dependent code
Signed-off-by: S. Hameed <shameed@jp.adit-jv.com> Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/dlt/dlt_protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dlt/dlt_protocol.h b/include/dlt/dlt_protocol.h
index b4fff5c..7bf8b1c 100755
--- a/include/dlt/dlt_protocol.h
+++ b/include/dlt/dlt_protocol.h
@@ -189,6 +189,7 @@
#define DLT_SERVICE_ID_SET_DEFAULT_TRACE_STATUS 0x12 /**< Service ID: Set default trace status */
#define DLT_SERVICE_ID_GET_SOFTWARE_VERSION 0x13 /**< Service ID: Get software version */
#define DLT_SERVICE_ID_MESSAGE_BUFFER_OVERFLOW 0x14 /**< Service ID: Message buffer overflow */
+#define DLT_SERVICE_ID_LAST_ENTRY 0x15 /**< Service ID: Last entry to avoid any further modifications in dependent code */
#define DLT_SERVICE_ID_UNREGISTER_CONTEXT 0xf01 /**< Service ID: Message unregister context */
#define DLT_SERVICE_ID_CONNECTION_INFO 0xf02 /**< Service ID: Message connection info */
#define DLT_SERVICE_ID_TIMEZONE 0xf03 /**< Service ID: Timezone */