lib: bt_graph_create(): accept MIP version
[babeltrace.git] / src / lib / graph / graph.h
index 5cda8a1d69ce067da824a6fcdcb2ede250f4e8a7..72cf121b7b4a0f120e10ee720ad259fed378a8d1 100644 (file)
@@ -90,6 +90,8 @@ struct bt_graph {
        /* Queue of pointers (weak references) to sink bt_components. */
        GQueue *sinks_to_consume;
 
+       uint64_t mip_version;
+
        /*
         * Array of `struct bt_interrupter *`, each one owned by this.
         * If any interrupter is set, then this graph is deemed
This page took 0.024034 seconds and 4 git commands to generate.