From: David Goulet Date: Fri, 24 Aug 2012 18:36:58 +0000 (-0400) Subject: Set hidden visibility for calls used in lttng-ctl X-Git-Tag: v2.1.0-rc3~12 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=32dd26fbc3c69fe677a7917535e10ace066e674c;hp=32dd26fbc3c69fe677a7917535e10ace066e674c;p=lttng-tools.git Set hidden visibility for calls used in lttng-ctl The liblttng-ctl had multiple dynamic symbols that are only used inside the lttng-tools code tree and should not be exposed to the user. This commit sets every function calls found with "objdump -T" with a hidden visibility attribute. The strpbrk_or_eos() is set static and the struct net_families as well so we don't export those two symbols. At this stage there is still the filter_* calls that need to be fixed. Signed-off-by: David Goulet ---