Expose a common alloc_tls for liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust-common / fd-tracker.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2021 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7 #ifndef _LTTNG_UST_COMMON_FD_TRACKER_H
8 #define _LTTNG_UST_COMMON_FD_TRACKER_H
9
10 void lttng_ust_fd_tracker_init(void)
11 __attribute__((visibility("hidden")));
12
13 void lttng_ust_fd_tracker_alloc_tls(void)
14 __attribute__((visibility("hidden")));
15
16 #endif
This page took 0.028763 seconds and 4 git commands to generate.