projects
/
lttng-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1817c
)
fix: add missing guid_t type to wrapper
author
Michael Jeanson
<mjeanson@efficios.com>
Wed, 6 May 2020 15:11:29 +0000
(11:11 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Fri, 8 May 2020 17:43:00 +0000
(13:43 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I0de39c24a7925b580fabbdaa12dbe05c43cfcd98
wrapper/uuid.h
patch
|
blob
|
blame
|
history
diff --git
a/wrapper/uuid.h
b/wrapper/uuid.h
index 74946e23adc52993ef0cbcffbaea1ce4bbd5e7f4..d8ac53d33134995aa335f29b5c4cffbfc3632ed4 100644
(file)
--- a/
wrapper/uuid.h
+++ b/
wrapper/uuid.h
@@
-18,6
+18,9
@@
void lttng_guid_gen(guid_t *u)
return guid_gen(u);
}
#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)) */
+
+typedef uuid_le guid_t;
+
static inline
void lttng_guid_gen(guid_t *u)
{
This page took
0.025805 seconds
and
4
git commands to generate.