diff options
Diffstat (limited to 'src/examples/benchmark.c')
-rw-r--r-- | src/examples/benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/benchmark.c b/src/examples/benchmark.c index bb103c98..ff470205 100644 --- a/src/examples/benchmark.c +++ b/src/examples/benchmark.c @@ -136,7 +136,7 @@ main (int argc, char *const *argv) #endif d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_SUPPRESS_DATE_NO_CLOCK #ifdef EPOLL_SUPPORT - | MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO + | MHD_USE_EPOLL | MHD_USE_EPOLL_TURBO #endif , atoi (argv[1]), |