Set hidden visibility for calls used in lttng-ctl
authorDavid Goulet <dgoulet@efficios.com>
Fri, 24 Aug 2012 18:36:58 +0000 (14:36 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 24 Aug 2012 19:16:14 +0000 (15:16 -0400)
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 <dgoulet@efficios.com>

No differences found
This page took 0.027121 seconds and 5 git commands to generate.