LTTng control library C API
Loading...
Searching...
No Matches
key-type.h
1/*
2 * Copyright (C) 2024 Philippe Proulx <eepp@efficios.com>
3 * Copyright (C) 2024 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 *
5 * SPDX-License-Identifier: LGPL-2.1-only
6 *
7 */
8
9#ifndef LTTNG_MAP_KEY_TYPE_H
10#define LTTNG_MAP_KEY_TYPE_H
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
29
31
32#ifdef __cplusplus
33}
34#endif
35
36#endif /* LTTNG_MAP_KEY_TYPE_H */
lttng_map_key_type
Type of the keys of a map.
Definition key-type.h:25
@ LTTNG_MAP_KEY_TYPE_STRING
String key.
Definition key-type.h:27