X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fcomponent%2Fsink-internal.h;h=30b066c646aba6a8d530d22b830805af66245402;hb=d3e4dcd8e7a601e0aa063455147f29fbe051582b;hp=41733c39e49fa2b440c7a0d34a5f79da981774eb;hpb=d1b057f5b2954339b0b48fdc5973ec59a641f5a9;p=babeltrace.git diff --git a/include/babeltrace/component/sink-internal.h b/include/babeltrace/component/sink-internal.h index 41733c39..30b066c6 100644 --- a/include/babeltrace/component/sink-internal.h +++ b/include/babeltrace/component/sink-internal.h @@ -34,16 +34,10 @@ 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;*/ };