ir: fields.c: fix public function names to get/set struct. field
[babeltrace.git] / lib / ctf-ir / fields.c
index d95fe3351af5199bf249e926b0038f050ce08c8c..3ee3b9502dce12f0a45eceb1e6080b57938aced6 100644 (file)
@@ -39,8 +39,6 @@
 #include <babeltrace/align-internal.h>
 #include <inttypes.h>
 
-#define PACKET_LEN_INCREMENT   (getpagesize() * 8 * CHAR_BIT)
-
 static
 struct bt_ctf_field *bt_ctf_field_integer_create(struct bt_ctf_field_type *);
 static
@@ -664,7 +662,7 @@ error:
        return ret_field;
 }
 
-int bt_ctf_field_structure_set_field(struct bt_ctf_field *field,
+int bt_ctf_field_structure_set_field_by_name(struct bt_ctf_field *field,
                const char *name, struct bt_ctf_field *value)
 {
        int ret = 0;
This page took 0.026036 seconds and 4 git commands to generate.