lib: plugin.h: force header user to include "lib/logging.h"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 14 Jun 2019 21:12:36 +0000 (17:12 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 20 Jun 2019 18:51:58 +0000 (14:51 -0400)
commit517689f3ad56bb905bcd26d511706a71f92efd66
treefb17ea5c6f0491dc02cafd2a230a74f80e0f00d3
parent46e751e1b4e56261817b98d330b94b7c430bfe1b
lib: plugin.h: force header user to include "lib/logging.h"

This pattern is found in other headers where, instead of including the
logging header for the user, we ask her to set up the logging and then
include the header.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I922b09f63eff41b9c3ba30df7ace0b8b30b5b5b2
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1443
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/lib/plugin/plugin.h
src/python-plugin-provider/python-plugin-provider.c
This page took 0.02712 seconds and 4 git commands to generate.