aboutsummaryrefslogtreecommitdiff
path: root/src/examples/benchmark_https.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/benchmark_https.c')
-rw-r--r--src/examples/benchmark_https.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/benchmark_https.c b/src/examples/benchmark_https.c
index 735a913e..5d7171be 100644
--- a/src/examples/benchmark_https.c
+++ b/src/examples/benchmark_https.c
@@ -181,7 +181,7 @@ main (int argc, char *const *argv)
181 (void *) PAGE, 181 (void *) PAGE,
182 MHD_RESPMEM_PERSISTENT); 182 MHD_RESPMEM_PERSISTENT);
183 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL 183 d = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL
184#if EPOLL_SUPPORT 184#ifdef EPOLL_SUPPORT
185 | MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO 185 | MHD_USE_EPOLL_LINUX_ONLY | MHD_USE_EPOLL_TURBO
186#endif 186#endif
187 , 187 ,