aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/simplepost.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/simplepost.c')
-rw-r--r--doc/examples/simplepost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
index d167151f..b0b458c7 100644
--- a/doc/examples/simplepost.c
+++ b/doc/examples/simplepost.c
@@ -183,7 +183,7 @@ main ()
183{ 183{
184 struct MHD_Daemon *daemon; 184 struct MHD_Daemon *daemon;
185 185
186 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, 186 daemon = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD, PORT, NULL, NULL,
187 &answer_to_connection, NULL, 187 &answer_to_connection, NULL,
188 MHD_OPTION_NOTIFY_COMPLETED, request_completed, 188 MHD_OPTION_NOTIFY_COMPLETED, request_completed,
189 NULL, MHD_OPTION_END); 189 NULL, MHD_OPTION_END);