Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / lttng / 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
12int lttng_ust_dynamic_type_choices(size_t *nr_choices,
13 const struct lttng_event_field **choices);
14const struct lttng_event_field *lttng_ust_dynamic_type_field(int64_t value);
15const struct lttng_event_field *lttng_ust_dynamic_type_tag_field(void);
16
17#endif /* _LTTNG_UST_DYNAMIC_TYPE_H */
This page took 0.022906 seconds and 4 git commands to generate.