cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / lib / graph / component-sink.h
CommitLineData
0d884c50 1/*
0235b0db
MJ
2 * SPDX-License-Identifier: MIT
3 *
e2f7325d 4 * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
0d884c50 5 * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
0d884c50
JG
6 */
7
0235b0db
MJ
8#ifndef BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
9#define BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H
10
c4f23e30
FD
11#include <stdbool.h>
12
578e048b 13#include "compat/compiler.h"
43c59509 14#include <babeltrace2/graph/component.h>
578e048b 15
578e048b 16#include "component.h"
0d884c50
JG
17
18struct bt_component_sink {
19 struct bt_component parent;
5badd463 20 bool graph_is_configured_method_called;
0d884c50
JG
21};
22
c8515511 23struct bt_component *bt_component_sink_create(void);
8738a040 24
6ac74c0c 25#endif /* BABELTRACE_GRAPH_COMPONENT_SINK_INTERNAL_H */
This page took 0.100878 seconds and 4 git commands to generate.