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.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/implementation/tracing/include/defines.hpp b/implementation/tracing/include/defines.hpp
index 2325259..022f42f 100644
--- a/implementation/tracing/include/defines.hpp
+++ b/implementation/tracing/include/defines.hpp
@@ -3,13 +3,13 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#ifndef TRACING_INCLUDE_DEFINES_HPP_
-#define TRACING_INCLUDE_DEFINES_HPP_
+#ifndef VSOMEIP_TRACE_DEFINES_HPP_
+#define VSOMEIP_TRACE_DEFINES_HPP_
#define VSOMEIP_TC_DEFAULT_CHANNEL_NAME "Trace Connector Network Logging"
#define VSOMEIP_TC_DEFAULT_FILTER_TYPE "positive"
-#define VSOMEIP_TC_INSTANCE_POS_MIN 8
-#define VSOMEIP_TC_INSTANCE_POS_MAX 9
+#define VSOMEIP_TC_INSTANCE_POS_MIN 8
+#define VSOMEIP_TC_INSTANCE_POS_MAX 9
-#endif /* TRACING_INCLUDE_DEFINES_HPP_ */
+#endif // VSOMEIP_TRACE_DEFINES_HPP_