Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / lttng / ust-dynamic-type.h
CommitLineData
53569322 1/*
c0c0989a 2 * SPDX-License-Identifier: MIT
53569322 3 *
c0c0989a 4 * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
53569322
MD
5 */
6
c0c0989a
MJ
7#ifndef _LTTNG_UST_DYNAMIC_TYPE_H
8#define _LTTNG_UST_DYNAMIC_TYPE_H
9
53569322
MD
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.024062 seconds and 4 git commands to generate.