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