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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:35 +0000 (11:53 -0400)
commit2e72e107aaee624609597eaddcd84bd67c4352c5
treeb9b07659515f794887104a2d1cbfb83c9f38e9e0
parent4b39e5c9044919bf725a580fad7c44c08f8bbfb8
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.024846 seconds and 4 git commands to generate.