clarification to documentation by Evgeny Grin

This commit is contained in:
Christian Grothoff
2014-02-11 18:43:17 +00:00
parent acfaee5a4f
commit da3b07ecb8
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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
+3
View File
@@ -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