]> xenbits.xensource.com Git - people/iwj/ring3-xl-test.git/commitdiff
We must always call libxl_osevent_afterpoll() after calling poll()
authorEuan Harris <euan.harris@citrix.com>
Fri, 19 Jun 2015 10:13:01 +0000 (10:13 +0000)
committerEuan Harris <euan.harris@citrix.com>
Fri, 19 Jun 2015 10:13:01 +0000 (10:13 +0000)
Signed-off-by: Euan Harris <euan.harris@citrix.com>
eventloop_runner.c

index 369059e5f8157b92a5a2f8ac5b1a0a6bad84941f..57cbba00a46c5d810edf0b55e39635a762b6d4d7 100644 (file)
@@ -68,7 +68,6 @@ void eventloop_start(struct test *tc)
 
         if (rc == 0) {
             send_eventloop_timeout(tc);
-            continue;
         }
 
         for (;;) {