Ensure types used for index and count in CTF IR API match
[babeltrace.git] / formats / ctf / ir / event-fields.c
index 809ffc33a95300d22f38bd1ed33b088c5d7378e0..52682b65e1cb1330456487598691dcab1a00caac 100644 (file)
@@ -372,7 +372,7 @@ error:
 }
 
 struct bt_ctf_field *bt_ctf_field_structure_get_field_by_index(
-               struct bt_ctf_field *field, size_t index)
+               struct bt_ctf_field *field, int index)
 {
        int ret;
        const char *field_name;
This page took 0.025785 seconds and 4 git commands to generate.