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 19:36:20 +0000 (15:36 -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 7d345acc8be648f7ab3719fbaed7a63b09b908cd..b0fe43d2eea865be240f6860107ba89b7ebdda32 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.053902 seconds and 4 git commands to generate.