summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-01-17 17:44:27 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-06-18 17:22:09 +0900
commiteee8159546a8805ca5912d9572c165bfb3954c00 (patch)
tree310df851ed780a553cf1a6672ae4bd52a6b910ce /include
parentc6be4affa0b817437e5c11ced065195459818be3 (diff)
downloadDLT-daemon-eee8159546a8805ca5912d9572c165bfb3954c00.tar.gz
network trace: Define package ID macro
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index cab860d..a82d5fd 100644
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -378,6 +378,14 @@ enum {
# define DLT_LINE_LEN 1024
/**
+ * Macros for network trace
+ */
+#define DLT_TRACE_NW_TRUNCATED "NWTR"
+#define DLT_TRACE_NW_START "NWST"
+#define DLT_TRACE_NW_SEGMENT "NWCH"
+#define DLT_TRACE_NW_END "NWEN"
+
+/**
* Provision to test static function
*/
# ifndef DLT_UNIT_TESTS