lib: bt_graph_create(): accept MIP version
[babeltrace.git] / include / babeltrace2 / graph / self-component.h
index f85a50fc6889f8c483f6904cec227db70c4a2384..ba722d9813cfd95e6e87c5899b5cfa507e9250e1 100644 (file)
@@ -46,6 +46,9 @@ const bt_component *bt_self_component_as_component(
        return __BT_UPCAST(bt_component, self_component);
 }
 
+extern
+uint64_t bt_self_component_get_graph_mip_version(bt_self_component *self_component);
+
 extern void *bt_self_component_get_data(
                const bt_self_component *self_component);
 
This page took 0.025155 seconds and 4 git commands to generate.