X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-class.h;h=3b1d6965c750573e8de500eebbba0a75fc27ba02;hb=634f394c9b455a659e7a9de319826a25f203f024;hp=f7d243649f02a690f9f544048f88c792c0ae1d37;hpb=3fd7b79de1b406b70b64693bb69f8a0adcdf4809;p=babeltrace.git diff --git a/include/babeltrace/graph/component-class.h b/include/babeltrace/graph/component-class.h index f7d24364..3b1d6965 100644 --- a/include/babeltrace/graph/component-class.h +++ b/include/babeltrace/graph/component-class.h @@ -107,7 +107,7 @@ typedef enum bt_component_status (*bt_component_class_accept_port_connection_met struct bt_private_port *self_private_port, struct bt_port *other_port); -typedef void (*bt_component_class_port_connected_method)( +typedef enum bt_component_status (*bt_component_class_port_connected_method)( struct bt_private_component *private_component, struct bt_private_port *self_private_port, struct bt_port *other_port);