🔙 Back to main site
LTTng control library C API
stable-2.16
stable-2.14
stable-2.15
stable-2.16
Main Page
Related Pages
Topics
Data Structures
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
13
extern
"C"
{
14
#endif
15
25
enum
lttng_map_key_type
{
27
LTTNG_MAP_KEY_TYPE_STRING
,
28
};
29
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
#endif
/* LTTNG_MAP_KEY_TYPE_H */
lttng_map_key_type
lttng_map_key_type
Type of the keys of a map.
Definition
key-type.h:25
LTTNG_MAP_KEY_TYPE_STRING
@ LTTNG_MAP_KEY_TYPE_STRING
String key.
Definition
key-type.h:27
lttng
map
key-type.h
Generated by
1.9.8