X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Fuuid.h;h=d8ac53d33134995aa335f29b5c4cffbfc3632ed4;hb=ddad4e82bc2cc48c0eb56d2daf69409026e8b31a;hp=74946e23adc52993ef0cbcffbaea1ce4bbd5e7f4;hpb=8b7bb83e1100aa3c3e22148b27358b0d9a81786b;p=lttng-modules.git diff --git a/wrapper/uuid.h b/wrapper/uuid.h index 74946e23..d8ac53d3 100644 --- a/wrapper/uuid.h +++ b/wrapper/uuid.h @@ -18,6 +18,9 @@ void lttng_guid_gen(guid_t *u) return guid_gen(u); } #else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)) */ + +typedef uuid_le guid_t; + static inline void lttng_guid_gen(guid_t *u) {