X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=c34f47c33f725252f2e598603653e9b1129fcafc;hb=4e4714cb244d7ace4f4a462a3923066fd4760669;hp=f2ccf9536b147b72574638046135da3e425b771a;hpb=b83e03c49920557f292d3861f42d0109e6fa03ea;p=lttng-tools.git diff --git a/src/common/consumer.c b/src/common/consumer.c index f2ccf9536..c34f47c33 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -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;