lib: move `bt_value` structures to `value-internal.h`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 3 May 2019 15:24:23 +0000 (11:24 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 May 2019 14:21:32 +0000 (10:21 -0400)
commitc23c7fba2d93a3b15297f7c0980fceb9b7550f13
treee4fdcf4a275ead6a70f1202107164483f7855014
parent7d0e6fe8deb8156d182b2f44d26f48e5df696aaf
lib: move `bt_value` structures to `value-internal.h`

It's unusual to have internal structures in the C file. To remain
consistent with the rest of the library, put them in the internal
header.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I5a946004a172560acecab1b182214293f61f02fd
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1255
CI-Build: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Tested-by: jenkins
include/babeltrace/value-internal.h
lib/value.c
This page took 0.024902 seconds and 4 git commands to generate.