fix: redundant decl of channel_destroy (-Wredundant-decls)
[lttng-ust.git] / liblttng-ust / lttng-counter-client.h
1 /*
2 * SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
3 *
4 * Copyright (C) 2020 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * LTTng lib counter client.
7 */
8
9 #ifndef _LTTNG_UST_COUNTER_CLIENT_H
10 #define _LTTNG_UST_COUNTER_CLIENT_H
11
12 /*
13 * These symbol are part of the private ABI between liblttng-ust and
14 * liblttng-ust-ctl.
15 */
16 void lttng_counter_client_percpu_32_modular_init(void);
17 void lttng_counter_client_percpu_32_modular_exit(void);
18 void lttng_counter_client_percpu_64_modular_init(void);
19 void lttng_counter_client_percpu_64_modular_exit(void);
20
21 #endif
This page took 0.028789 seconds and 4 git commands to generate.