X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-filter-internal.h;fp=include%2Fbabeltrace%2Fgraph%2Fcomponent-filter-internal.h;h=a31a881dc3512047c6565d2bbee7165dfc5d4e2d;hb=d94d92ac6656fd252a5d7bb4f6c76935ba18e62e;hp=08caef0ed81cf33782a0d52c569d5374b60fe709;hpb=28e6ca8b6e08d1cdd1af81ae819aa39baa206eaf;p=babeltrace.git diff --git a/include/babeltrace/graph/component-filter-internal.h b/include/babeltrace/graph/component-filter-internal.h index 08caef0e..a31a881d 100644 --- a/include/babeltrace/graph/component-filter-internal.h +++ b/include/babeltrace/graph/component-filter-internal.h @@ -2,8 +2,6 @@ #define BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H /* - * BabelTrace - Filter Component Internal - * * Copyright 2016 Jérémie Galarneau * * Author: Jérémie Galarneau @@ -31,19 +29,10 @@ #include #include -struct bt_value; - struct bt_component_filter { struct bt_component parent; }; -/** - * Allocate a filter component. - * - * @param class Component class - * @param params A dictionary of component parameters - * @returns A filter component instance - */ BT_HIDDEN struct bt_component *bt_component_filter_create( struct bt_component_class *class);