Fix: double RCU unlock on event_agent_disable_all
[lttng-tools.git] / src / common / consumer.c
index f2ccf9536b147b72574638046135da3e425b771a..c34f47c33f725252f2e598603653e9b1129fcafc 100644 (file)
@@ -713,7 +713,7 @@ end:
 /*
  * Allocate and return a consumer relayd socket.
  */
-struct consumer_relayd_sock_pair *consumer_allocate_relayd_sock_pair(
+static struct consumer_relayd_sock_pair *consumer_allocate_relayd_sock_pair(
                uint64_t net_seq_idx)
 {
        struct consumer_relayd_sock_pair *obj = NULL;
This page took 0.023568 seconds and 4 git commands to generate.