aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 9251a4bc..45476f9a 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -430,6 +430,7 @@ enum MHD_FLAG
430 * use of this option is automatic (as in, you do not even have to 430 * use of this option is automatic (as in, you do not even have to
431 * specify it), if 'MHD_USE_NO_LISTEN_SOCKET' is specified. In 431 * specify it), if 'MHD_USE_NO_LISTEN_SOCKET' is specified. In
432 * "external" select mode, this option is always simply ignored. 432 * "external" select mode, this option is always simply ignored.
433 * On W32 a pair of sockets is used instead of a pipe.
433 */ 434 */
434 MHD_USE_PIPE_FOR_SHUTDOWN = 1024, 435 MHD_USE_PIPE_FOR_SHUTDOWN = 1024,
435 436