Refactor the component class and component API
[babeltrace.git] / include / babeltrace / component / filter-internal.h
index 3a17aa0013e4bdbb586fc97d9a602078a1f87833..5ae007fa477c177d794dc4ab0f4a926fce53fef5 100644 (file)
 
 struct bt_value;
 
-struct bt_component_filter_class {
-       struct bt_component_class parent;
-};
-
 struct bt_component_filter {
        struct bt_component parent;
-       bt_component_filter_init_iterator_cb init_iterator;
-       bt_component_sink_add_iterator_cb add_iterator;
        struct component_input input;
 };
 
This page took 0.024452 seconds and 4 git commands to generate.