2 * SPDX-License-Identifier: MIT
4 * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
5 * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
8 #ifndef BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
9 #define BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
13 #include "common/macros.h"
14 #include "compat/compiler.h"
15 #include <babeltrace2/graph/component.h>
17 #include "component-class.h"
18 #include "component.h"
20 struct bt_component_sink
{
21 struct bt_component parent
;
22 bool graph_is_configured_method_called
;
25 struct bt_component
*bt_component_sink_create(void);
27 #endif /* BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H */