mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
clarification to documentation by Evgeny Grin
This commit is contained in:
@@ -1394,6 +1394,9 @@ MHD_add_connection (struct MHD_Daemon *daemon,
|
||||
|
||||
/**
|
||||
* Obtain the `select()` sets for this daemon.
|
||||
* Daemon's FDs will be added to fd_sets. To get only
|
||||
* daemon FDs in fd_sets, call FD_ZERO for each fd_set
|
||||
* before calling this function.
|
||||
*
|
||||
* @param daemon daemon to get sets from
|
||||
* @param read_fd_set read set
|
||||
|
||||
@@ -567,6 +567,9 @@ add_to_fd_set (int fd,
|
||||
|
||||
/**
|
||||
* Obtain the `select()` sets for this daemon.
|
||||
* Daemon's FDs will be added to fd_sets. To get only
|
||||
* daemon FDs in fd_sets, call FD_ZERO for each fd_set
|
||||
* before calling this function.
|
||||
*
|
||||
* @param daemon daemon to get sets from
|
||||
* @param read_fd_set read set
|
||||
|
||||
Reference in New Issue
Block a user