Rename bt_ctf_type_id -> bt_ctf_field_type_id (and the enumerators)
[babeltrace.git] / lib / ctf-ir / resolve.c
index 41dd6c5dc36d5700fff7593e46b59a9c6597c66b..f72652ef0c59e486f722f86afb65d1c24e6bb357 100644 (file)
@@ -394,7 +394,7 @@ int ptokens_to_field_path(GList *ptokens, struct bt_ctf_field_path *field_path,
                int child_index;
                struct bt_ctf_field_type *child_type;
                const char *field_name = ptoken_get_string(cur_ptoken);
-               enum bt_ctf_type_id type_id =
+               enum bt_ctf_field_type_id type_id =
                        bt_ctf_field_type_get_type_id(type);
 
                /* Find to which index corresponds the current path token */
This page took 0.02915 seconds and 4 git commands to generate.