Generate a UUID on lttng-sessiond launch
[lttng-tools.git] / src / common / compat / uuid.c
index 8759de6f52df71ab59518b0346d3a341636e1448..4f7e3a72b5b70645f3201dc70f42fc6c31f31218 100644 (file)
@@ -18,7 +18,7 @@
 #include <stdio.h>
 #include <common/compat/uuid.h>
 
-void lttng_uuid_to_str(const unsigned char *uuid, char *uuid_str)
+void lttng_uuid_to_str(const lttng_uuid uuid, char *uuid_str)
 {
        sprintf(uuid_str,
                        "%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x",
This page took 0.023429 seconds and 4 git commands to generate.