Graph API: split into private and public APIs
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 21 Nov 2018 13:34:20 +0000 (08:34 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:07:37 +0000 (00:07 -0400)
commit80a256b69f523b088e01e7108b49037e974841ba
tree20492548cebd59b341768da8cc75071f74231f0c
parent351946b49796f4e6e0b6a786ea634a363749489d
Graph API: split into private and public APIs

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
12 files changed:
cli/babeltrace.c
include/Makefile.am
include/babeltrace/babeltrace.h
include/babeltrace/graph/graph-internal.h
include/babeltrace/graph/graph.h
include/babeltrace/graph/private-graph.h [new file with mode: 0644]
lib/graph/graph.c
lib/graph/iterator.c
plugins/ctf/lttng-live/lttng-live.c
tests/lib/test_bt_notification_iterator.c
tests/lib/test_graph_topo.c
tests/lib/test_plugin.c
This page took 0.025168 seconds and 5 git commands to generate.