fix: add 'static inline' to lttng_kretprobes_init_event()
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 17 Jul 2024 15:32:31 +0000 (11:32 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Jul 2024 17:50:27 +0000 (13:50 -0400)
commit9c1373888a118ac80956a3af71cc04a31ed24ad7
tree02c886a7b5fc1cd0cf3c7531816999ebfae3ef1b
parent8223cd0cc94c68502c997aa6958b4a768dadb5d8
fix: add 'static inline' to lttng_kretprobes_init_event()

Add missing 'static inline' to lttng_kretprobes_init_event() placeholder
function when CONFIG_KRETPROBES is not set. Also some minor reformating
to improve readability.

Change-Id: I23cf83dff99f4168ae0f339c2b4911796e0b0273
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/events-internal.h
This page took 0.026133 seconds and 4 git commands to generate.