X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcompat%2Fuuid.c;h=4f7e3a72b5b70645f3201dc70f42fc6c31f31218;hp=8759de6f52df71ab59518b0346d3a341636e1448;hb=52a0e9318791b1f188742059e904d42ee0d7e231;hpb=910f2c4845003968bb83824d2e4475ed7e247b59 diff --git a/src/common/compat/uuid.c b/src/common/compat/uuid.c index 8759de6f5..4f7e3a72b 100644 --- a/src/common/compat/uuid.c +++ b/src/common/compat/uuid.c @@ -18,7 +18,7 @@ #include #include -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",