Refactor the component class and component API
[babeltrace.git] / include / babeltrace / component / sink-internal.h
index 41733c39e49fa2b440c7a0d34a5f79da981774eb..30b066c646aba6a8d530d22b830805af66245402 100644 (file)
 
 struct bt_value;
 
-struct bt_component_sink_class {
-       struct bt_component_class parent;
-};
-
 //typedef uint32_t notification_mask_t;
 
 struct bt_component_sink {
        struct bt_component parent;
-       bt_component_sink_consume_cb consume;
-       bt_component_sink_add_iterator_cb add_iterator;
        struct component_input input;
 /*     notification_mask_t registered_notifications_mask;*/
 };
This page took 0.026051 seconds and 4 git commands to generate.