Revert "Remove useless const qualifier"
[lttng-ust.git] / liblttng-ust / clock.h
index 88eca432a5733f7e4bc35f1878b911617a5119d5..1523be09d3a747395f9421d14864fc9e3a597ed3 100644 (file)
@@ -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.023731 seconds and 4 git commands to generate.