a0bf24991c2e43654463ddfb4b41244a04dbb7c0
[lttng-ust.git] / src / common / clock.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7 #ifndef _UST_COMMON_CLOCK_H
8 #define _UST_COMMON_CLOCK_H
9
10 /*
11 * Part of the private ABI between liblttng-ust and liblttng-ust-ctl.
12 */
13 void lttng_ust_clock_init(void);
14
15 #endif /* _UST_COMMON_CLOCK_H */
This page took 0.028567 seconds and 3 git commands to generate.