src: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-cancelstate.h
CommitLineData
d0cd72be
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
10int lttng_ust_cancelstate_disable_push(void);
11int lttng_ust_cancelstate_disable_pop(void);
12
13#endif
This page took 0.024415 seconds and 4 git commands to generate.