X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=wrapper%2Fuuid.h;h=bfa67ff3c1db13d322d907309e810ae72509f4ce;hb=3568c28ca2b801c6fd572aae078bfb474f720e7c;hp=569ccab693b640ef52e5f4ec7aca94f6aa58a172;hpb=a864fb02d6918ad014596afef779c964e061c127;p=lttng-modules.git diff --git a/wrapper/uuid.h b/wrapper/uuid.h index 569ccab6..bfa67ff3 100644 --- a/wrapper/uuid.h +++ b/wrapper/uuid.h @@ -22,7 +22,7 @@ typedef struct { static inline void uuid_le_gen(uuid_le *u) { - genarate_random_uuid(u); + generate_random_uuid(u->b); } #endif