Implement the Component Graph API
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 8 Dec 2016 19:10:22 +0000 (14:10 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:08 +0000 (14:09 -0400)
commitc0418dd9b92879bee1401108d888f0f2dc3f619e
tree7fd3441f675856e363782f40859113b2bfe8bbb9
parent4089d5a6a9f14067306f1f681dd27f5797d3c289
Implement the Component Graph API

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/Makefile.am
include/babeltrace/plugin/component-connection-internal.h [new file with mode: 0644]
include/babeltrace/plugin/component-connection.h [new file with mode: 0644]
include/babeltrace/plugin/component-graph-internal.h [new file with mode: 0644]
include/babeltrace/plugin/component-graph.h [new file with mode: 0644]
lib/plugin-system/Makefile.am
lib/plugin-system/component-graph.c [new file with mode: 0644]
This page took 0.024402 seconds and 4 git commands to generate.