46157a9012537888449ac05236c1145bbd3c65b8
[lttng-ust.git] / libringbuffer / rb-init.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2012-2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7 #ifndef _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H
8 #define _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H
9
10 void lttng_fixup_ringbuffer_tls(void);
11 void lttng_ust_ringbuffer_set_allow_blocking(void);
12
13 #endif /* _LTTNG_UST_LIB_RINGBUFFER_RB_INIT_H */
This page took 0.028604 seconds and 3 git commands to generate.