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