Document libbabeltrace2's C API
[babeltrace.git] / src / lib / graph / mip.c
index 2e0aac35d65a8d5f03f555c81a4ca32e22957611..27da722f28db6ef2d7aab7a547004411363d745d 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdbool.h>
 #include <unistd.h>
 #include <glib.h>
-#include <babeltrace2/graph/mip.h>
+#include <babeltrace2/graph/graph.h>
 
 #include "common/assert.h"
 #include "compat/compiler.h"
@@ -195,6 +195,7 @@ bt_get_greatest_operative_mip_version(
 {
        int status = BT_FUNC_STATUS_OK;
 
+       BT_ASSERT_PRE_NO_ERROR();
        BT_ASSERT_PRE_NON_NULL(comp_descr_set, "Component descriptor set");
        BT_ASSERT_PRE_NON_NULL(operative_mip_version,
                "Operative MIP version (output)");
This page took 0.022542 seconds and 4 git commands to generate.