Split the common part of clock.h
[lttng-ust.git] / src / common / clock.h
diff --git a/src/common/clock.h b/src/common/clock.h
new file mode 100644 (file)
index 0000000..a0bf249
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
+ * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ */
+
+#ifndef _UST_COMMON_CLOCK_H
+#define _UST_COMMON_CLOCK_H
+
+/*
+ * Part of the private ABI between liblttng-ust and liblttng-ust-ctl.
+ */
+void lttng_ust_clock_init(void);
+
+#endif /* _UST_COMMON_CLOCK_H */
This page took 0.023422 seconds and 4 git commands to generate.