X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fgraph.h;fp=include%2Fbabeltrace2%2Fgraph%2Fgraph.h;h=981fd6a4c126d865dc7a3e71282883ef442feb47;hb=056deb59eb33e87c06c0067907768ab08aff74a2;hp=284eb0e8abc79b30efdeefdd5a08aa07d7ce7264;hpb=f1f741737f03892d781ed00de554606eeea84c15;p=babeltrace.git diff --git a/include/babeltrace2/graph/graph.h b/include/babeltrace2/graph/graph.h index 284eb0e8..981fd6a4 100644 --- a/include/babeltrace2/graph/graph.h +++ b/include/babeltrace2/graph/graph.h @@ -117,7 +117,7 @@ typedef bt_graph_simple_sink_component_consume_func_status typedef void (*bt_graph_simple_sink_component_finalize_func)(void *data); -extern bt_graph *bt_graph_create(void); +extern bt_graph *bt_graph_create(uint64_t mip_version); typedef enum bt_graph_add_component_status { BT_GRAPH_ADD_COMPONENT_STATUS_OK = __BT_FUNC_STATUS_OK,