X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=wrapper%2Fuuid.h;h=d8ac53d33134995aa335f29b5c4cffbfc3632ed4;hb=b02458336d103100bf7d8b90fc6120a5695ea6c0;hp=74946e23adc52993ef0cbcffbaea1ce4bbd5e7f4;hpb=dc61cb20e08da3e6ac798f22ca0d4a5025a18fb5;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) {