sessiond: make thread_consumer_management function static
[lttng-tools.git] / src / bin / lttng-sessiond / manage-consumer.c
index c87a43f6e1315cab8289c3e52bff0555b68b90e1..9f3eca3244c52ad2ad9f5ddc884fedaa9e5ef36f 100644 (file)
@@ -61,7 +61,7 @@ static void wait_until_thread_is_ready(struct thread_notifiers *notifiers)
 /*
  * This thread manage the consumer error sent back to the session daemon.
  */
-void *thread_consumer_management(void *data)
+static void *thread_consumer_management(void *data)
 {
        int sock = -1, i, ret, pollfd, err = -1, should_quit = 0;
        uint32_t revents, nb_fd;
This page took 0.024642 seconds and 5 git commands to generate.