X-Git-Url: https://git.llucax.com/software/eventxx.git/blobdiff_plain/db9ba86023886d6ba4344921e8a2e4de731e839d..ef56150e9db81402e46e82cdad276a7683b963ce:/test/bench.cpp?ds=sidebyside diff --git a/test/bench.cpp b/test/bench.cpp index be6a8c7..b466806 100644 --- a/test/bench.cpp +++ b/test/bench.cpp @@ -93,7 +93,7 @@ run_once(void) d.add(*events[i]); } - d.dispatch(EVLOOP_ONCE | EVLOOP_NONBLOCK); + d.dispatch(eventxx::ONCE | eventxx::NONBLOCK); fired = 0; space = num_pipes / num_active;