X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=c34f47c33f725252f2e598603653e9b1129fcafc;hp=f2ccf9536b147b72574638046135da3e425b771a;hb=fb27f84c28e9d8ec7c8ce5ac1b541b0671a4569e;hpb=b83e03c49920557f292d3861f42d0109e6fa03ea 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;