Replace libuuid with internal implementation
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.h
index e118ac8cc1f6528080bd4ce79e44ddd556496049..0b52cc1e1c9541c7743496b7ce4c87f16fe7af2d 100644 (file)
@@ -22,7 +22,7 @@
 #include <stdint.h>
 
 #include <common/hashtable/hashtable.h>
-#include <common/compat/uuid.h>
+#include <common/uuid.h>
 
 #include "lttng-ust-ctl.h"
 
@@ -48,7 +48,7 @@ struct ust_registry_session {
        /* Next enumeration ID available. */
        uint64_t next_enum_id;
        /* Universal unique identifier used by the tracer. */
-       unsigned char uuid[UUID_LEN];
+       unsigned char uuid[LTTNG_UUID_LEN];
 
        /* session ABI description */
 
This page took 0.024195 seconds and 5 git commands to generate.