Change backing type of lttng_uuid to std::array
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.hpp
index ae3111855468f19a1c5551fd2f802e026694a88a..257d70206799c9769290754913bf2d816f84198f 100644 (file)
@@ -830,7 +830,7 @@ struct lttcomm_consumer_msg {
                        uint64_t chunk_id;
                } LTTNG_PACKED trace_chunk_exists;
                struct {
                        uint64_t chunk_id;
                } LTTNG_PACKED trace_chunk_exists;
                struct {
-                       lttng_uuid sessiond_uuid;
+                       uint8_t sessiond_uuid[LTTNG_UUID_LEN];
                } LTTNG_PACKED init;
                struct {
                        uint64_t key;
                } LTTNG_PACKED init;
                struct {
                        uint64_t key;
This page took 0.02251 seconds and 4 git commands to generate.