param-validation: make symbols hidden
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 19 Nov 2019 17:26:36 +0000 (12:26 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 26 Nov 2019 19:24:17 +0000 (14:24 -0500)
commitf4a6ca6f14d7780d98f4939633fd74b5b2d3bb0d
treec94f657299fb279aa80dae104068181f719657b7
parentd941e198c198db9f5afc68eebc0926948c15eda8
param-validation: make symbols hidden

This convenience library is linked statically with the various plugins
that use it.  The symbols are currently not marked as hidden, which
causes the plugins that use it (e.g. babeltrace-plugin-ctf.so) to expose
them publically.  Sad.

Mark the symbols as hidden to avoid that.

Change-Id: If099b529f7c126f5defd5242486009c3fd4195eb
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2409
Tested-by: jenkins <jenkins@lttng.org>
src/plugins/common/param-validation/param-validation.h
This page took 0.024917 seconds and 4 git commands to generate.