Split the common part of clock.h
[lttng-ust.git] / src / lib / lttng-ust / clock.h
index 203cce063d2595b12b84cbb7f18948d970fca712..22e82f4f1f3bd75ee8fb07d22255c40dcd8a6fee 100644 (file)
@@ -17,6 +17,7 @@
 #include <urcu/arch.h>
 #include <lttng/ust-clock.h>
 
+#include "common/clock.h"
 #include "lttng-ust-uuid.h"
 
 struct lttng_ust_trace_clock {
@@ -30,8 +31,6 @@ struct lttng_ust_trace_clock {
 extern struct lttng_ust_trace_clock *lttng_ust_trace_clock
        __attribute__((visibility("hidden")));
 
-void lttng_ust_clock_init(void);
-
 /* Use the kernel MONOTONIC clock. */
 
 static __inline__
This page took 0.023422 seconds and 4 git commands to generate.