Namespace private ABI lttng_transport_find symbol
[lttng-ust.git] / include / ust-dynamic-type.h
... / ...
CommitLineData
1/*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7#ifndef _LTTNG_UST_DYNAMIC_TYPE_H
8#define _LTTNG_UST_DYNAMIC_TYPE_H
9
10#include <lttng/ust-events.h>
11
12__attribute__((visibility("hidden")))
13int lttng_ust_dynamic_type_choices(size_t *nr_choices,
14 const struct lttng_ust_event_field ***choices);
15
16__attribute__((visibility("hidden")))
17const struct lttng_ust_event_field *lttng_ust_dynamic_type_field(int64_t value);
18
19__attribute__((visibility("hidden")))
20const struct lttng_ust_event_field *lttng_ust_dynamic_type_tag_field(void);
21
22#endif /* _LTTNG_UST_DYNAMIC_TYPE_H */
This page took 0.022339 seconds and 4 git commands to generate.