GNU libmicrohttpd
0.9.72
|
non-public functions provided by daemon_select.c More...
Go to the source code of this file.
Functions | |
enum MHD_StatusCode | MHD_daemon_select_ (struct MHD_Daemon *daemon, int may_block) MHD_NONNULL(1) |
non-public functions provided by daemon_select.c
Definition in file daemon_select.h.
enum MHD_StatusCode MHD_daemon_select_ | ( | struct MHD_Daemon * | daemon, |
int | may_block | ||
) |
Main internal select() call. Will compute select sets, call select() and then internal_run_from_select() with the result.
daemon | daemon to run select() loop for |
may_block | MHD_YES if blocking, MHD_NO if non-blocking |
Definition at line 1 of file daemon_select.c.
Referenced by MHD_daemon_run(), and MHD_daemon_start().