lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / regression / ust / multi-lib / callsites.h
... / ...
CommitLineData
1/*
2 * Copyright (C) 2018 Francis Deslauriers <francis.deslauriers@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8#ifndef CALLSITES_H
9#define CALLSITES_H
10
11#include <lttng/lttng-export.h>
12
13LTTNG_EXPORT void call_tracepoint(void);
14
15#endif /* CALLSITES_H */
This page took 0.022482 seconds and 4 git commands to generate.