Fix: CTF writer: bt_ctf_field_unsigned_integer_set_value() -> *get_value()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 16 Jul 2019 21:19:44 +0000 (17:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:36 +0000 (11:53 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I1c25f5fe31af31c78cc54fa5b18eb9e0a146b760
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1714
Tested-by: jenkins <jenkins@lttng.org>
include/babeltrace2-ctf-writer/fields.h

index 1345598459f49151c9080087b597ee6bd15ade64..07dd64b40cfb31c4bcca4948c1058511d052fb98 100644 (file)
@@ -69,7 +69,7 @@ extern int bt_ctf_field_integer_unsigned_set_value(
 
 /* Pre-2.0 CTF writer compatibility */
 static inline
-int bt_ctf_field_unsigned_integer_set_value(
+int bt_ctf_field_unsigned_integer_get_value(
                struct bt_ctf_field *integer_field, uint64_t *value)
 {
        return bt_ctf_field_integer_unsigned_get_value(integer_field, value);
This page took 0.025169 seconds and 4 git commands to generate.