Graph API: split into private and public APIs
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 21 Nov 2018 13:34:20 +0000 (08:34 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commita2d06fd591146b06535f3de6eae5cbeffd4e64c8
tree20492548cebd59b341768da8cc75071f74231f0c
parente5be10efe4d5543ba697c7e607ca0a5c33fa3ccb
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.025321 seconds and 4 git commands to generate.