uprobe: Support multiple call sites for the same uprobe event
[lttng-modules.git] / wrapper / uuid.h
index e8975ffa09f2144692ddab46725832aabf005cc8..465754e257946e106d1f2b9ea13736270316790c 100644 (file)
@@ -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 <mathieu.desnoyers@efficios.com>
  */
 
+#ifndef _LTTNG_WRAPPER_UUID_H
+#define _LTTNG_WRAPPER_UUID_H
+
 #include <linux/version.h>
 
 #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.b);
+       generate_random_uuid(u->b);
 }
 
 #endif
-#endif /* _LTT_WRAPPER_UUID_H */
+#endif /* _LTTNG_WRAPPER_UUID_H */
This page took 0.025196 seconds and 4 git commands to generate.