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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 6 May 2019 14:13:09 +0000 (10:13 -0400)
commitf1567d42d9ac021ba18e64d1fb9327ccf5b18999
tree1cb545410baa2aadc25a9810d4e89793cd673dd9
parent1d765120dc5c0d81369b4bccda7fb12234f1de63
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.024501 seconds and 4 git commands to generate.