X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-class.h;h=3b1d6965c750573e8de500eebbba0a75fc27ba02;hb=bf55043c2e742cafb86d3a3404d0d35c4cf294a3;hp=f7d243649f02a690f9f544048f88c792c0ae1d37;hpb=d4393e0875e7b08f6ee97d617cc5f2c9286742a4;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);