X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Fuuid.h;h=465754e257946e106d1f2b9ea13736270316790c;hb=50fed592d596bfb1acb34a04b89dc055d5a104e5;hp=b85024f6906ee4f26975fef8ceacbd1ce3ea4312;hpb=82e64e8bc14841ffebb350f811e907d17bc46946;p=lttng-modules.git diff --git a/wrapper/uuid.h b/wrapper/uuid.h index b85024f6..465754e2 100644 --- a/wrapper/uuid.h +++ b/wrapper/uuid.h @@ -1,12 +1,13 @@ -#ifndef _LTT_WRAPPER_UUID_H -#define _LTT_WRAPPER_UUID_H - -/* - * Copyright (C) 2011 Mathieu Desnoyers (mathieu.desnoyers@efficios.com) +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * + * wrapper/uuid.h * - * Dual LGPL v2.1/GPL v2 license. + * Copyright (C) 2011-2012 Mathieu Desnoyers */ +#ifndef _LTTNG_WRAPPER_UUID_H +#define _LTTNG_WRAPPER_UUID_H + #include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,35)) @@ -22,8 +23,8 @@ typedef struct { static inline void uuid_le_gen(uuid_le *u) { - generate_random_uuid(u); + generate_random_uuid(u->b); } #endif -#endif /* _LTT_WRAPPER_UUID_H */ +#endif /* _LTTNG_WRAPPER_UUID_H */