X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=wrapper%2Fuuid.h;h=bfa67ff3c1db13d322d907309e810ae72509f4ce;hb=f71ecafa46ad2ba9998ba6e4c425645d988d7f8c;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