X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.c;h=8e8e65a576fc4434dcfb64d89283826d9a9ffdbc;hb=d551a26d9a6bf87e80708ad8a35f49111442bf11;hp=a1c8445a20bbf9e86a22f408af109cb0421c04a4;hpb=2bf9218e860dc384419eda9ebdf561d86f38a85e;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index a1c8445a..8e8e65a5 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 @@ -130,7 +130,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);