From ef56150e9db81402e46e82cdad276a7683b963ce Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 9 Nov 2007 13:29:30 -0300 Subject: [PATCH] Use eventxx constants for dispatch flags in benchmark test. --- test/bench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0