693162d3e5710dff19dfa5f9c0fe5e448c7990c3
[babeltrace.git] / src / lib / graph / component-source.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
5 * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
6 */
7
8 #ifndef BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
9 #define BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
10
11 #include "common/macros.h"
12
13 #include "component-class.h"
14 #include "component.h"
15
16 struct bt_component_source {
17 struct bt_component parent;
18 };
19
20 struct bt_component *bt_component_source_create(void);
21
22 #endif /* BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H */
This page took 0.029128 seconds and 3 git commands to generate.