Move the clock plugin implementation to liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust-common / clock.h
diff --git a/src/lib/lttng-ust-common/clock.h b/src/lib/lttng-ust-common/clock.h
new file mode 100644 (file)
index 0000000..5b1a1ab
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
+ * Copyright (C) 2010 Pierre-Marc Fournier
+ * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ */
+
+#ifndef _LTTNG_UST_COMMON_CLOCK_H
+#define _LTTNG_UST_COMMON_CLOCK_H
+
+#include "common/clock.h"
+
+void lttng_ust_clock_init(void)
+       __attribute__((visibility("hidden")));
+
+#endif /* _LTTNG_UST_COMMON_CLOCK_H */
This page took 0.023877 seconds and 4 git commands to generate.