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
}
}
+static
struct lttng_kernel_id_tracker *get_tracker(struct lttng_kernel_session *session,
enum tracker_type tracker_type)
{
* The content of the printf is printed as a single atomic metadata
* transaction.
*/
+static
int lttng_metadata_printf(struct lttng_kernel_session *session,
const char *fmt, ...)
{