torture: use tevent_ functions names instead of the legacy event_ ones
[kai/samba.git] / source4 / torture / rpc / echo.c
index 643b21fa7f3ab9fc6af7dde0c09824997d83e9cc..db6d2414a93c3c6669d2de3523b10aef4a05ecaa 100644 (file)
@@ -258,7 +258,7 @@ static bool test_sleep(struct torture_context *tctx,
 
        ctx = dcerpc_event_context(p);
        while (total_done < ASYNC_COUNT) {
-               torture_assert(tctx, event_loop_once(ctx) == 0, 
+               torture_assert(tctx, tevent_loop_once(ctx) == 0, 
                                           "Event context loop failed");
                for (i=0;i<ASYNC_COUNT;i++) {
                        if (done2[i] == false && done1[i] == true) {