Add abi0 conflict tests
[lttng-ust.git] / tests / regression / abi0-conflict / fake-ust.h
1 /*
2 * SPDX-License-Identifier: LGPL-2.1-only
3 *
4 * Copyright (C) 2021 Michael Jeanson <mjeanson@efficios.com>
5 */
6
7 #define LTTNG_UST_PROBE_DESC_PADDING 12
8 struct lttng_probe_desc {
9 char padding[LTTNG_UST_PROBE_DESC_PADDING];
10 };
11
12 void init_usterr(void);
13
14 /*
15 * The symbol used by liblttng-ust.so.1 to detect liblttng-ust.so.0 in a
16 * process.
17 */
18 int ltt_probe_register(struct lttng_probe_desc *desc);
This page took 0.031999 seconds and 4 git commands to generate.