Commit ffc28ea9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

A random attempt at debugging that shouldn't have been committed

parent 51c0b18f
......@@ -141,7 +141,6 @@ vwp_main(void *priv)
vwp->hpoll--;
v = poll(vwp->pollfd, vwp->hpoll + 1, -1);
assert(v >= 0);
usleep(1500000);
v2 = v;
now = VTIM_real();
idle = now - *vwp->waiter->tmo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment