2 * Copyright (C) 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 * SPDX-License-Identifier: LGPL-2.1-only
8 #ifndef LTTNG_CHANNEL_INTERNAL_H
9 #define LTTNG_CHANNEL_INTERNAL_H
11 #include <common/macros.h>
13 struct lttng_channel_extended
{
14 uint64_t discarded_events
;
15 uint64_t lost_packets
;
16 uint64_t monitor_timer_interval
;
17 int64_t blocking_timeout
;
20 #endif /* LTTNG_CHANNEL_INTERNAL_H */
This page took 0.031716 seconds and 4 git commands to generate.