X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fgraph%2Fsource.c;h=b1a12a5d1097a72017fa6d5097f9abd987390ba7;hb=36712f1d9ad9269638e493ca36a50979fe4da989;hp=758a1b525659f5ead76bce5704e1e67e03403e17;hpb=6f79a7cf4f5f065267895765f2277c6a12437f37;p=babeltrace.git diff --git a/lib/graph/source.c b/lib/graph/source.c index 758a1b52..b1a12a5d 100644 --- a/lib/graph/source.c +++ b/lib/graph/source.c @@ -45,7 +45,7 @@ void bt_component_source_destroy(struct bt_component *component) BT_HIDDEN struct bt_component *bt_component_source_create( - struct bt_component_class *class, struct bt_value *params) + struct bt_component_class *class) { struct bt_component_source *source = NULL;