lib: bt_graph_create(): accept MIP version
[babeltrace.git] / src / cli / babeltrace2.c
index 66743c975ef5166317e13b888af112a7dad2bec6..b67acd74cac7aa708292ccbde5eb0ddecef88286 100644 (file)
@@ -1745,7 +1745,7 @@ int cmd_run_ctx_init(struct cmd_run_ctx *ctx, struct bt_config *cfg)
                }
        }
 
-       ctx->graph = bt_graph_create();
+       ctx->graph = bt_graph_create(0);
        if (!ctx->graph) {
                goto error;
        }
This page took 0.024017 seconds and 4 git commands to generate.