Rename "tsc" to "timestamp"
[lttng-ust.git] / include / lttng / ust-cancelstate.h
1 // SPDX-FileCopyrightText: 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2 //
3 // SPDX-License-Identifier: LGPL-2.1-only
4
5 #ifndef _LTTNG_UST_UST_CANCELSTATE_H
6 #define _LTTNG_UST_UST_CANCELSTATE_H
7
8 int lttng_ust_cancelstate_disable_push(void);
9 int lttng_ust_cancelstate_disable_pop(void);
10
11 #endif
This page took 0.028612 seconds and 4 git commands to generate.