X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=c34f47c33f725252f2e598603653e9b1129fcafc;hp=f2ccf9536b147b72574638046135da3e425b771a;hb=027a694fd396114812d927115f3561088e1b769f;hpb=0658924ecc1b36649ec467474bb82db8032a80c0 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;