cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / src / lib / graph / component-source.h
CommitLineData
0777b693 1/*
0235b0db
MJ
2 * SPDX-License-Identifier: MIT
3 *
e2f7325d 4 * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
0777b693 5 * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
0777b693
JG
6 */
7
0235b0db
MJ
8#ifndef BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
9#define BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
10
578e048b 11#include "component.h"
0777b693 12
0d884c50
JG
13struct bt_component_source {
14 struct bt_component parent;
0777b693
JG
15};
16
c8515511 17struct bt_component *bt_component_source_create(void);
7c7c0433 18
6ac74c0c 19#endif /* BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H */
This page took 0.103181 seconds and 4 git commands to generate.