lib: bt_graph_create(): accept MIP version
[babeltrace.git] / tests / lib / plugin.c
index 3b5c05fcc2f4a2fb91a9899300c72e155e2bdb3c..a5bbe0c761613a3c2ab7901c23dbe0ea039b7b20 100644 (file)
@@ -199,7 +199,7 @@ static void test_sfs(const char *plugin_dir)
        bt_component_class_sink_get_ref(sink_comp_class);
        diag("> putting the plugin set object here");
        BT_PLUGIN_SET_PUT_REF_AND_RESET(plugin_set);
-       graph = bt_graph_create();
+       graph = bt_graph_create(0);
        BT_ASSERT(graph);
        graph_ret = bt_graph_add_sink_component(graph, sink_comp_class,
                "the-sink", NULL, BT_LOGGING_LEVEL_NONE, &sink_component);
This page took 0.022937 seconds and 4 git commands to generate.