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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 26 Nov 2019 19:24:17 +0000 (14:24 -0500)
commit6f947f840eab845cbdd831613387be8e9c868675
tree3acbee09aef2940c998d39c8658706a2fc2097ab
parentd9cf710002e2bea66cfd08ebcae8315ad965557e
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.024891 seconds and 4 git commands to generate.