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