Custom upgrade: suffix cancelstate symbols with 1
[lttng-ust.git] / include / lttng / ust-cancelstate.h
CommitLineData
59e57035
MD
1/*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7#ifndef _LTTNG_UST_UST_CANCELSTATE_H
8#define _LTTNG_UST_UST_CANCELSTATE_H
9
606ca558
MD
10#include <lttng/ust-config.h>
11
12/* Custom upgrade 2.12 to 2.13 */
13
14#ifndef LTTNG_UST_CUSTOM_UPGRADE_CONFLICTING_SYMBOLS
15#define lttng_ust_cancelstate_disable_push lttng_ust_cancelstate_disable_push1
16#define lttng_ust_cancelstate_disable_pop lttng_ust_cancelstate_disable_pop1
17#endif
18
59e57035
MD
19int lttng_ust_cancelstate_disable_push(void);
20int lttng_ust_cancelstate_disable_pop(void);
21
22#endif
This page took 0.025091 seconds and 5 git commands to generate.