Replace libuuid with internal implementation
[lttng-tools.git] / src / bin / lttng-sessiond / ust-metadata.c
index 08199a16a080d438408b627d05f7b04778e2e36b..c29ed348b05fe006492d32345992aa47e1f2bd40 100644 (file)
@@ -1008,8 +1008,8 @@ int ust_metadata_session_statedump(struct ust_registry_session *session,
                uint32_t major,
                uint32_t minor)
 {
-       char uuid_s[UUID_STR_LEN],
-               clock_uuid_s[UUID_STR_LEN];
+       char uuid_s[LTTNG_UUID_STR_LEN],
+               clock_uuid_s[LTTNG_UUID_STR_LEN];
        int ret = 0;
 
        assert(session);
This page took 0.023454 seconds and 5 git commands to generate.