X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fprivate-component-filter.h;h=bb3cfe75f114052916cce350193333f3b86d3ea4;hb=3e9b00233085bfafb21da3746f41d7d1876920dd;hp=51944afd3c1c2b99b2cc6e9a0c72157f9f2eeef7;hpb=a9f0d01b276e2bb637ad4bea1e8863e144911f55;p=babeltrace.git diff --git a/include/babeltrace/graph/private-component-filter.h b/include/babeltrace/graph/private-component-filter.h index 51944afd..bb3cfe75 100644 --- a/include/babeltrace/graph/private-component-filter.h +++ b/include/babeltrace/graph/private-component-filter.h @@ -49,7 +49,7 @@ bt_private_component_filter_get_default_output_private_port( extern struct bt_private_port * bt_private_component_filter_add_output_private_port( struct bt_private_component *private_component, - const char *name); + const char *name, void *user_data); extern struct bt_private_port * bt_private_component_filter_get_input_private_port_by_name( @@ -67,7 +67,7 @@ bt_private_component_filter_get_default_input_private_port( extern struct bt_private_port * bt_private_component_filter_add_input_private_port( struct bt_private_component *private_component, - const char *name); + const char *name, void *user_data); #ifdef __cplusplus }