vscode: Add configurations to run the executables under the debugger
[lttng-tools.git] / include / lttng / session-internal.hpp
1 /*
2 * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8 #ifndef LTTNG_SESSION_INTERNAL_H
9 #define LTTNG_SESSION_INTERNAL_H
10
11 #include <common/macros.hpp>
12
13 #include <lttng/constant.h>
14
15 struct lttng_session_extended {
16 struct {
17 uint64_t value;
18 uint8_t is_set;
19 } LTTNG_PACKED creation_time;
20 } LTTNG_PACKED;
21
22 #endif /* LTTNG_SESSION_INTERNAL_H */
This page took 0.029511 seconds and 4 git commands to generate.