event notifier: Add missing static
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2024 17:49:37 +0000 (13:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2024 17:49:37 +0000 (13:49 -0400)
Mark capture_sequence() static because it is only used within the
compile unit.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I003e5cf016fbf2f2df24f4550a6c285e020956d0

src/lttng-event-notifier-notification.c

index ecbc0676291c4e9f425cdbbb86ad1ea37656c04a..29d2d1567b80242182fd2a68cffff05da8cb5f59 100644 (file)
@@ -246,6 +246,7 @@ int capture_sequence_element_unsigned(uint8_t *ptr,
        return 0;
 }
 
+static
 int capture_sequence(struct lttng_msgpack_writer *writer,
                struct lttng_interpreter_output *output)
 {
This page took 0.027992 seconds and 4 git commands to generate.