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.h>
14 struct lttng_session_extended
{
18 } creation_time LTTNG_PACKED
;
21 #endif /* LTTNG_SESSION_INTERNAL_H */