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:07 +0000 (15:05 -0400)
commitff82b7c14275bd48851f922647825e1ca56dbdc2
tree05690f2dda6616f0511fe4b64e12cba2f2ecc797
parenta33eb425f64228f7e2e545cb2a9d8840720657ae
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.024916 seconds and 4 git commands to generate.