Create libuuid/libc uuid wrapper
[lttng-ust.git] / liblttng-ust / ltt-events.c
index 4a0981b630f14bc1691a3f943f86d51f139d37c7..b79eea518d1e6852776f28482902bcc1fd337014 100644 (file)
@@ -35,7 +35,7 @@
 #include <helper.h>
 #include "error.h"
 #include "compat.h"
-#include "lttng-ust-uuid.h"
+#include "uuid.h"
 
 #include "tracepoint-internal.h"
 #include "ltt-tracer.h"
@@ -495,7 +495,7 @@ int ltt_event_create(struct ltt_channel *chan,
        struct ltt_event *event;
        int ret = 0;
 
-       if (chan->used_event_id == -1UL) {
+       if (chan->used_event_id == -1U) {
                ret = -ENOMEM;
                goto full;
        }
This page took 0.02262 seconds and 4 git commands to generate.