X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvcl%2Fvcom.c;h=327ab88f0ccf4ccd9fcd406bf65d5ee0f23f063d;hb=5368efa045c81b262a93f98a45a113e2af1441b8;hp=592be1b1b51be08e7d3c8ea2bfbe8d2127bfbdf1;hpb=df41cf62d8360bdabb5e0174297790a2ffb7e840;p=vpp.git diff --git a/src/vcl/vcom.c b/src/vcl/vcom.c index 592be1b1b51..327ab88f0cc 100644 --- a/src/vcl/vcom.c +++ b/src/vcl/vcom.c @@ -3194,7 +3194,7 @@ vcom_epoll_pwait (int epfd, struct epoll_event *events, getpid (), epfd, epfd, func_str, libc_epfd, libc_epfd, events, maxevents, sigmask); - rv = libc_epoll_pwait (epfd, events, maxevents, 1, sigmask); + rv = libc_epoll_pwait (libc_epfd, events, maxevents, 1, sigmask); if (rv != 0) goto done; } @@ -3207,6 +3207,8 @@ vcom_epoll_pwait (int epfd, struct epoll_event *events, done: if (VCOM_DEBUG > 3) { + if (libc_epfd > 0) + epfd = libc_epfd; if (rv < 0) { int errno_val = errno;