gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32315 - in libmicrohttpd/src: include microhttpd


From: gnunet
Subject: [GNUnet-SVN] r32315 - in libmicrohttpd/src: include microhttpd
Date: Tue, 11 Feb 2014 19:43:17 +0100

Author: grothoff
Date: 2014-02-11 19:43:17 +0100 (Tue, 11 Feb 2014)
New Revision: 32315

Modified:
   libmicrohttpd/src/include/microhttpd.h
   libmicrohttpd/src/microhttpd/daemon.c
Log:
clarification to documentation by Evgeny Grin

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2014-02-11 18:31:06 UTC (rev 
32314)
+++ libmicrohttpd/src/include/microhttpd.h      2014-02-11 18:43:17 UTC (rev 
32315)
@@ -1394,6 +1394,9 @@
 
 /**
  * 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

Modified: libmicrohttpd/src/microhttpd/daemon.c
===================================================================
--- libmicrohttpd/src/microhttpd/daemon.c       2014-02-11 18:31:06 UTC (rev 
32314)
+++ libmicrohttpd/src/microhttpd/daemon.c       2014-02-11 18:43:17 UTC (rev 
32315)
@@ -567,6 +567,9 @@
 
 /**
  * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]