X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.c;fp=lttng-events.c;h=da949e970e3cd34c39a4ae63fd4def7ae8beedd5;hb=a70082545931d638aca82b7c4f5253f1880d3c25;hp=c14ea3f20060e4f470e0b8d00c91cc9a7faf222d;hpb=9cc9518e7e2401b47d1f8e4696c6d907d57b6a01;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index c14ea3f2..da949e97 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -27,9 +27,9 @@ #include #include #include -#include #include +#include #include /* for wrapper_vmalloc_sync_all() */ #include #include @@ -134,7 +134,7 @@ struct lttng_session *lttng_session_create(void) goto err; INIT_LIST_HEAD(&session->chan); INIT_LIST_HEAD(&session->events); - uuid_le_gen(&session->uuid); + lttng_guid_gen(&session->uuid); metadata_cache = kzalloc(sizeof(struct lttng_metadata_cache), GFP_KERNEL);