Fix: access to declaration from declaration_field
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 11 Sep 2012 02:01:05 +0000 (22:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Sep 2012 02:01:05 +0000 (22:01 -0400)
commitb14d90bea808a063c60256d649f9fa009c7bda0b
tree8466f05fe4ab2d7ad5b4bfbad3d0953e33fd4c7d
parent554cf4241db0bda1b76e18859b24fb0e14f0f0f9
Fix: access to declaration from declaration_field

Rename the bt_ctf_get_decl_fields into bt_ctf_get_decl_from_def and
introduce the new bt_ctf_get_decl_from_field_decl to allow the user to
access the declaration from a field_declaration.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/events.c
include/babeltrace/ctf/events.h
This page took 0.024506 seconds and 4 git commands to generate.