X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=wrapper%2Fuuid.h;h=bfa67ff3c1db13d322d907309e810ae72509f4ce;hb=b76dc1a0b1f4eb9f7ae754d2b44a431d9a24b1a5;hp=e8975ffa09f2144692ddab46725832aabf005cc8;hpb=b7f2e98ea37980b61e8bbf871085ae227e155dfb;p=lttng-modules.git diff --git a/wrapper/uuid.h b/wrapper/uuid.h index e8975ffa..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) { - generate_random_uuid(u.b); + generate_random_uuid(u->b); } #endif