param-validation: make symbols hidden
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 19 Nov 2019 17:26:36 +0000 (12:26 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 20 Nov 2019 19:03:43 +0000 (14:03 -0500)
commit40f179553947d55db4e723fbdab71baf772e0505
tree2aa2494ec3641bc49ee749eba5e9e27e68a9656a
parent91ec031c5ca69c9a579ad94d285b81ff73ecac69
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.023715 seconds and 4 git commands to generate.