Move the clock plugin implementation to liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust-common / clock.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2010 Pierre-Marc Fournier
5 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6 */
7
8 #ifndef _LTTNG_UST_COMMON_CLOCK_H
9 #define _LTTNG_UST_COMMON_CLOCK_H
10
11 #include "common/clock.h"
12
13 void lttng_ust_clock_init(void)
14 __attribute__((visibility("hidden")));
15
16 #endif /* _LTTNG_UST_COMMON_CLOCK_H */
This page took 0.028664 seconds and 4 git commands to generate.