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)
commit32dd26fbc3c69fe677a7917535e10ace066e674c
treece5453b772c7e47777d7bbe3832645d78d6e6a5f
parent7671f53cf3b6029a3bf00e502a0a58ac7a82e378
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 <dgoulet@efficios.com>
src/common/error.c
src/common/futex.c
src/common/hashtable/utils.c
src/common/runas.c
src/common/sessiond-comm/inet.c
src/common/sessiond-comm/inet6.c
src/common/sessiond-comm/sessiond-comm.c
src/common/sessiond-comm/unix.c
src/common/uri.c
src/common/utils.c
This page took 0.025165 seconds and 4 git commands to generate.