Update uuid_create type cast
[lttng-ust.git] / liblttng-ust / lttng-ust-uuid.h
index 30b1259ce33e5314f26cfcf926763987b34539a2..418eb92081ed9c504bb10b3f4697686b1a3d8eda 100644 (file)
@@ -40,7 +40,7 @@ int lttng_ust_uuid_generate(unsigned char *uuid_out)
 {
        uint32_t status;
 
-       uuid_create((char *) uuid_out, &status);
+       uuid_create((uuid_t *) uuid_out, &status);
        if (status == uuid_s_ok)
                return 0;
        else
This page took 0.02329 seconds and 4 git commands to generate.