2 * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 * SPDX-License-Identifier: LGPL-2.1-only
8 #ifndef LTTNG_SESSION_INTERNAL_H
9 #define LTTNG_SESSION_INTERNAL_H
11 #include <lttng/constant.h>
12 #include <common/macros.hpp>
14 struct lttng_session_extended {
18 } LTTNG_PACKED creation_time;
21 #endif /* LTTNG_SESSION_INTERNAL_H */