summaryrefslogtreecommitdiff
path: root/implementation/tracing/include/enumeration_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/tracing/include/enumeration_types.hpp')
-rw-r--r--implementation/tracing/include/enumeration_types.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/implementation/tracing/include/enumeration_types.hpp b/implementation/tracing/include/enumeration_types.hpp
index 3f83586..9f5f6e8 100644
--- a/implementation/tracing/include/enumeration_types.hpp
+++ b/implementation/tracing/include/enumeration_types.hpp
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
+// Copyright (C) 2014-2021 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// 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/.
@@ -11,7 +11,8 @@ namespace trace {
enum class filter_type_e : uint8_t {
NEGATIVE = 0x00,
- POSITIVE = 0x01
+ POSITIVE = 0x01,
+ HEADER_ONLY = 0x02
};
} // namespace trace