Replace libuuid with internal implementation
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.h
index a0a4a17f43b8ba0edd8ecd3f9d29798ffe421c01..0b52cc1e1c9541c7743496b7ce4c87f16fe7af2d 100644 (file)
@@ -22,9 +22,9 @@
 #include <stdint.h>
 
 #include <common/hashtable/hashtable.h>
-#include <common/compat/uuid.h>
+#include <common/uuid.h>
 
-#include "ust-ctl.h"
+#include "lttng-ust-ctl.h"
 
 #define CTF_SPEC_MAJOR 1
 #define CTF_SPEC_MINOR 8
@@ -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.024672 seconds and 4 git commands to generate.