update uuid wrapper
[lttng-modules.git] / wrapper / uuid.h
index b85024f6906ee4f26975fef8ceacbd1ce3ea4312..bfa67ff3c1db13d322d907309e810ae72509f4ce 100644 (file)
@@ -22,7 +22,7 @@ typedef struct {
 static inline
 void uuid_le_gen(uuid_le *u)
 {
-       generate_random_uuid(u);
+       generate_random_uuid(u->b);
 }
 
 #endif
This page took 0.02908 seconds and 4 git commands to generate.