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_SOURCE_INTERNAL_H
9 #define BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
11 #include "common/macros.h"
13 #include "component-class.h"
14 #include "component.h"
16 struct bt_component_source
{
17 struct bt_component parent
;
21 struct bt_component
*bt_component_source_create(
22 const struct bt_component_class
*class);
25 void bt_component_source_destroy(struct bt_component
*component
);
27 #endif /* BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H */
This page took 0.02933 seconds and 4 git commands to generate.