GNU libmicrohttpd  0.9.72
daemon_select.h File Reference

non-public functions provided by daemon_select.c More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

non-public functions provided by daemon_select.c

Author
Christian Grothoff

Definition in file daemon_select.h.

Function Documentation

◆ MHD_daemon_select_()

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.

Parameters
daemondaemon to run select() loop for
may_blockMHD_YES if blocking, MHD_NO if non-blocking
Returns
#MHD_SC_OK on success

Definition at line 1 of file daemon_select.c.

Referenced by MHD_daemon_run(), and MHD_daemon_start().

Here is the caller graph for this function: