Cleanup: add static for internal symbols
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 May 2016 18:49:14 +0000 (14:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 May 2016 19:05:11 +0000 (15:05 -0400)
commit52ecff8a35e3770b4d143d894745ab0ed26bdbf9
treee3a10c96543c7b2008d846bdec7705d227a89ee2
parent2589cf64e9bfe81c1089c654c570852458ad2557
Cleanup: add static for internal symbols

Those underscore-prefixed symbols are only used internally within the
tracepoint provider. Declare them as static symbols, thus removing
unneeded global symbols which are not meant to be used by applications.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-tracepoint-event.h
This page took 0.026011 seconds and 4 git commands to generate.