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