Fix: CTF writer: make library have its own public `types.h`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 10 Jul 2019 05:28:13 +0000 (01:28 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 10 Jul 2019 15:25:15 +0000 (11:25 -0400)
commit004090977e6698a39035bb20b5ba4d5da23a6718
tree9b63897efee2aff12fb2008d2e0cd31821d8441f
parentbdb288b3e94e412a33c8647d44f6cfac66ca0665
Fix: CTF writer: make library have its own public `types.h`

This was overlooked when segregating the CTF writer library from the
Babeltrace library: CTF writer needs its own `bt_ctf_bool` type with its
own `BT_CTF_TRUE` and `BT_CTF_FALSE` definitions.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I4e6d0b2d0956479a554cc8358d646fc1676873f6
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1667
Tested-by: jenkins <jenkins@lttng.org>
21 files changed:
include/Makefile.am
include/babeltrace2/ctf-writer/clock-class.h
include/babeltrace2/ctf-writer/clock.h
include/babeltrace2/ctf-writer/field-types.h
include/babeltrace2/ctf-writer/types.h [new file with mode: 0644]
include/babeltrace2/ctf-writer/utils.h
src/ctf-writer/clock-class.c
src/ctf-writer/clock-class.h
src/ctf-writer/field-types.c
src/ctf-writer/field-types.h
src/ctf-writer/fields.c
src/ctf-writer/fields.h
src/ctf-writer/resolve.c
src/ctf-writer/stream.c
src/ctf-writer/trace.c
src/ctf-writer/trace.h
src/ctf-writer/utils.c
src/ctf-writer/values.c
src/ctf-writer/values.h
src/ctf-writer/writer.c
tests/plugins/src.ctf.fs/succeed/gen-trace-simple.c
This page took 0.02766 seconds and 4 git commands to generate.