X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=72c820d90a11ec11d61e2e9024cb8f44f1ad009e;hb=4adabd6161a6decfcd21108b45df6959c34de74c;hp=16a6c47f4269e4ad9155ba5d242a5e99ed0c8805;hpb=1d4dfdefb6efe31cd6436931f893caf7b05d0223;p=lttng-tools.git diff --git a/src/common/consumer.c b/src/common/consumer.c index 16a6c47f4..72c820d90 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -1696,7 +1696,7 @@ restart: /* Check the metadata pipe for incoming metadata. */ if (pollfd == ctx->consumer_metadata_pipe[0]) { - if (revents & (LPOLLERR | LPOLLHUP | LPOLLNVAL)) { + if (revents & (LPOLLERR | LPOLLHUP )) { DBG("Metadata thread pipe hung up"); /* * Remove the pipe from the poll set and continue the loop @@ -1776,7 +1776,7 @@ restart: * Remove the stream from the hash table since there is no data * left on the fd because we previously did a read on the buffer. */ - if (revents & (LPOLLERR | LPOLLHUP | LPOLLNVAL)) { + if (revents & (LPOLLERR | LPOLLHUP)) { DBG("Metadata fd %d is hup|err|nval.", pollfd); if (!stream->hangup_flush_done && (consumer_data.type == LTTNG_CONSUMER32_UST