lttng-events: Add missing static
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2024 17:50:19 +0000 (13:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2024 19:36:24 +0000 (15:36 -0400)
commit57e629fa87dbf7dab7930eebccd0f231e40f45ec
tree1a534c86dcedc6b72c2f5f888222bb00841cb330
parent80dfce3f9c507c8572e7bf96894ff95da65384e9
lttng-events: Add missing static

get_tracker() and lttng_metadata_printf() are only used within the
compile unit, mark them as static.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie454c85cc29a30d964922fcfe1f88f3fb91bbc8f
src/lttng-events.c
This page took 0.034634 seconds and 4 git commands to generate.