ir: rename event-fields/event-types -> fields/field-types
[babeltrace.git] / include / babeltrace / ctf-ir / field-path.h
index 5a0ec2af25cd62ea8192a24252b932fd30aacbf8..40acfc8b3e56d633c5cded9c60a74109cc376bf8 100644 (file)
@@ -28,7 +28,7 @@
  * http://www.efficios.com/ctf
  */
 
-#include <babeltrace/ctf-ir/event-types.h>
+#include <babeltrace/ctf-ir/field-types.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -37,7 +37,7 @@ extern "C" {
 struct bt_ctf_field_path;
 
 /*
- * bt_ctf_field_path_get_root: get the root node of a field path.
+ * bt_ctf_field_path_get_root_scope: get the root node of a field path.
  *
  * Get the field path's root node.
  *
@@ -45,7 +45,7 @@ struct bt_ctf_field_path;
  *
  * Returns the root node of a field path, or BT_CTF_SCOPE_UNKNOWN on error.
  */
-extern enum bt_ctf_scope bt_ctf_field_path_get_root(
+extern enum bt_ctf_scope bt_ctf_field_path_get_root_scope(
                const struct bt_ctf_field_path *field_path);
 
 /*
This page took 0.025388 seconds and 4 git commands to generate.