X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=08592f6c0b8713f1ce1765a7de4d9237fd8bd81a;hp=8bcfa45ebd746fd6be782c6259790ba9391168f8;hb=ab30f567fb55cc0336b2e7018295bb23ba90abb5;hpb=0e428499a49b2335f4859058739fa2b20f4c410f diff --git a/src/common/consumer.c b/src/common/consumer.c index 8bcfa45eb..08592f6c0 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -2348,7 +2348,7 @@ void *consumer_thread_data_poll(void *data) * array update over low-priority reads. */ if (pollfd[nb_fd].revents & (POLLIN | POLLPRI)) { - size_t pipe_readlen; + ssize_t pipe_readlen; DBG("consumer_data_pipe wake up"); /* Consume 1 byte of pipe data */