lib: add comments to exposed but internal symbols
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 19 Nov 2019 17:07:22 +0000 (12:07 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 20 Nov 2019 19:03:43 +0000 (14:03 -0500)
commitddccb6ced58597e8250410a3912b60c1b5a2c0fa
treec86df13e13856df59b28831b1164a935c6b0a67a
parentbb8e4ed213a9d11e60eb9056940bbf067f83d443
lib: add comments to exposed but internal symbols

These two functions, despite being exposed by the shared library, are
not part of the public ABI.  They are only meant to be used by the
Python plugin provider, which is conceptually part of libbabeltrace2,
but implemented as a separate shared library.  Add comments to explain
that.

Change-Id: I704240070403c9dd5d75f15e107c00b011d8a5ef
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2407
Tested-by: jenkins <jenkins@lttng.org>
src/lib/logging.h
This page took 0.025038 seconds and 4 git commands to generate.