fix: add missing guid_t type to wrapper
[lttng-modules.git] / wrapper / uuid.h
index 74946e23adc52993ef0cbcffbaea1ce4bbd5e7f4..d8ac53d33134995aa335f29b5c4cffbfc3632ed4 100644 (file)
@@ -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)
 {
This page took 0.023258 seconds and 4 git commands to generate.