X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-internal.h;h=2308afdd5ea363f2561085d2405133dbb150e70a;hb=3e9b00233085bfafb21da3746f41d7d1876920dd;hp=f6ed6ac77f00d2d00434aa49026429ed4ca673d8;hpb=a9f0d01b276e2bb637ad4bea1e8863e144911f55;p=babeltrace.git diff --git a/include/babeltrace/graph/component-internal.h b/include/babeltrace/graph/component-internal.h index f6ed6ac7..2308afdd 100644 --- a/include/babeltrace/graph/component-internal.h +++ b/include/babeltrace/graph/component-internal.h @@ -129,11 +129,13 @@ struct bt_port *bt_component_get_output_port_by_name(struct bt_component *comp, BT_HIDDEN struct bt_port *bt_component_add_input_port( - struct bt_component *component, const char *name); + struct bt_component *component, const char *name, + void *user_data); BT_HIDDEN struct bt_port *bt_component_add_output_port( - struct bt_component *component, const char *name); + struct bt_component *component, const char *name, + void *user_data); BT_HIDDEN enum bt_component_status bt_component_remove_port(