summaryrefslogtreecommitdiff
path: root/implementation/tracing/include/defines.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/tracing/include/defines.hpp')
-rw-r--r--implementation/tracing/include/defines.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/implementation/tracing/include/defines.hpp b/implementation/tracing/include/defines.hpp
index aadb44f..2325259 100644
--- a/implementation/tracing/include/defines.hpp
+++ b/implementation/tracing/include/defines.hpp
@@ -7,7 +7,9 @@
#define TRACING_INCLUDE_DEFINES_HPP_
#define VSOMEIP_TC_DEFAULT_CHANNEL_NAME "Trace Connector Network Logging"
-#define VSOMEIP_TC_DEFAULT_CHANNEL_ID "TC"
#define VSOMEIP_TC_DEFAULT_FILTER_TYPE "positive"
+#define VSOMEIP_TC_INSTANCE_POS_MIN 8
+#define VSOMEIP_TC_INSTANCE_POS_MAX 9
+
#endif /* TRACING_INCLUDE_DEFINES_HPP_ */