Tracepoint API namespacing '__lttng_ust_events_init'
[lttng-ust.git] / include / lttng / ust-version.h.in
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * Contains the LTTng-UST versions.
7 */
8
9#ifndef _LTTNG_UST_VERSION_H
10#define _LTTNG_UST_VERSION_H
11
12#undef LTTNG_UST_MAJOR_VERSION
13#undef LTTNG_UST_MINOR_VERSION
14#undef LTTNG_UST_PATCHLEVEL_VERSION
15
16#undef LTTNG_UST_VERSION
17
18#undef LTTNG_UST_LIB_SONAME_MAJOR
19#undef LTTNG_UST_CTL_LIB_SONAME_MAJOR
20
21#endif /* _LTTNG_UST_VERSION_H */
This page took 0.022526 seconds and 4 git commands to generate.