ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
[babeltrace.git] / formats / ctf / ir / field-path.c
index 67a90b4830752e12eac034bed9e34e754b575965..6c0b248af0ce222632a9957834ab8d3cc8f8c4e5 100644 (file)
@@ -25,7 +25,7 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/ctf-ir/event-types.h>
+#include <babeltrace/ctf-ir/field-types.h>
 #include <babeltrace/ctf-ir/field-path-internal.h>
 #include <babeltrace/ctf-ir/field-path.h>
 #include <limits.h>
@@ -96,7 +96,7 @@ end:
        return new_path;
 }
 
-enum bt_ctf_scope bt_ctf_field_path_get_root(
+enum bt_ctf_scope bt_ctf_field_path_get_root_scope(
                const struct bt_ctf_field_path *field_path)
 {
        enum bt_ctf_scope scope = BT_CTF_SCOPE_UNKNOWN;
This page took 0.024202 seconds and 4 git commands to generate.