Clean-up: missing static qualifier on internal function
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 11 May 2017 20:13:25 +0000 (16:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 11 May 2017 20:13:25 +0000 (16:13 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/notification-thread-events.c

index 4107bec96c541c6f60b5afed416f8a9f4c0b4bdf..8e70baed5196f45ef6c94830e8dc23efb1204ba7 100644 (file)
@@ -958,6 +958,7 @@ error:
        return ret;
 }
 
+static
 int handle_notification_thread_command_unregister_trigger(
                struct notification_thread_state *state,
                struct lttng_trigger *trigger,
This page took 0.027006 seconds and 5 git commands to generate.