Change backing type of lttng_uuid to std::array
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.hpp
index d2781ba0b91973dbb71b909f0bb991bcb7982a89..88bd502dbac096d81623669638a906836e032ebf 100644 (file)
@@ -68,7 +68,7 @@ public:
        /* Next enumeration ID available. */
        uint64_t _next_enum_id = 0;
        /* Universal unique identifier used by the tracer. */
-       unsigned char _uuid[LTTNG_UUID_LEN] = {};
+       lttng_uuid _uuid = {};
 
        /* session ABI description */
 
This page took 0.023086 seconds and 4 git commands to generate.