Make futex compat internal to liblttng-ust
[lttng-ust.git] / src / common / clock.h
CommitLineData
5ef57f0b
MJ
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 */
13void lttng_ust_clock_init(void);
14
15#endif /* _UST_COMMON_CLOCK_H */
This page took 0.026026 seconds and 4 git commands to generate.