cli: move plugin loading code to its own file
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 5 Jul 2019 18:58:06 +0000 (14:58 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 18 Jul 2019 05:26:22 +0000 (01:26 -0400)
commit743138a3cca9770e8fae3f1399df20d087b378f2
tree7fd3c84e2f964ee78fe6b03b9a151530a1a8d447
parent9f90145146cee221f46087a8dd250c1c0f14c9c0
cli: move plugin loading code to its own file

The following patch will need to call load and access plugins from a
different file (within the CLI).  Move everything that manages the
plugins in the CLI to its own file, to make it easier to call those
functions in separate files.

Change-Id: I7f62b554066ff7605bd6e1a8cdccd3d8d468ca2e
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1643
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/cli/Makefile.am
src/cli/babeltrace2-plugins.c [new file with mode: 0644]
src/cli/babeltrace2-plugins.h [new file with mode: 0644]
src/cli/babeltrace2.c
This page took 0.025217 seconds and 4 git commands to generate.