Revert "Rename uuid.h wrapper to lttng-ust-uuid.h"
[lttng-ust.git] / liblttng-ust / clock.h
index 88eca432a5733f7e4bc35f1878b911617a5119d5..b4d17e785e164e3ae9a59c89fd7a897853754bc8 100644 (file)
@@ -25,7 +25,7 @@
 #include <stdint.h>
 #include <stddef.h>
 #include <stdio.h>
-#include "lttng-ust-uuid.h"
+#include "uuid.h"
 
 /* TRACE CLOCK */
 
@@ -52,7 +52,7 @@ uint64_t trace_clock_freq(void)
 }
 
 static __inline__
-int trace_clock_uuid(char *uuid)
+const int trace_clock_uuid(char *uuid)
 {
        int ret = 0;
        size_t len;
This page took 0.024061 seconds and 4 git commands to generate.