X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftracker.cpp;h=e988599bae9a27a0c4859e6a577b191a5ff57094;hb=bd02bf8b4c749cd7097b6a7364a1b7cb49cefcec;hp=41e141afe63ae36e09e3caa9f5bb9b21f07331c3;hpb=2d7da3031c65c4569ff2428a7c2cad30007f3b50;p=lttng-tools.git diff --git a/src/common/tracker.cpp b/src/common/tracker.cpp index 41e141afe..e988599ba 100644 --- a/src/common/tracker.cpp +++ b/src/common/tracker.cpp @@ -20,6 +20,7 @@ #include +namespace { struct process_attr_tracker_values_comm_header { uint32_t count; } LTTNG_PACKED; @@ -33,6 +34,7 @@ struct process_attr_tracker_value_comm { uint32_t name_len; } value; } LTTNG_PACKED; +} /* namespace */ #define GET_INTEGRAL_COMM_VALUE(value_ptr, as_type) \ ((as_type)(std::is_signed::value ? (value_ptr)->u._signed : \