lib: add internal bt_field_sequence_get_int_length()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 13 Feb 2018 22:17:31 +0000 (17:17 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:33 +0000 (18:19 -0400)
commitfea75608b279b7fb6991a363193b7dae2060e355
treeab222fbde88c499742b39b49aa9475d5ea9db473
parentfd87851996cc7df45670ca64a4279a4ecde2aeed
lib: add internal bt_field_sequence_get_int_length()

This new internal helper returns a sequence field's length as an
`int64_t` value instead of returning the integer field. Returns a
negative value on error or if the sequence fields's length field is not
set.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/ctf-ir/fields-internal.h
lib/ctf-ir/fields.c
This page took 0.025151 seconds and 4 git commands to generate.