Fix: Use 2.12 custom mutex nest getter
[deliverable/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 #if !defined(LTTNG_UST_CUSTOM_UPGRADE_CONFLICTING_SYMBOLS)
17 void *lttng_ust_safe_close_fd_init(void);
18 void *lttng_ust_safe_fclose_stream_init(void);
19 void *lttng_ust_get_fd_mutex_nest_init(void);
20 #endif
21
22 #endif
This page took 0.043515 seconds and 5 git commands to generate.