gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Additional clarifica


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Additional clarification about MHD_get_timeout().
Date: Fri, 08 Sep 2017 16:14:40 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 5f7ba548 Additional clarification about MHD_get_timeout().
5f7ba548 is described below

commit 5f7ba548f17be92561c4cdc17d32f0d308cd4e47
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Fri Sep 8 17:13:13 2017 +0300

    Additional clarification about MHD_get_timeout().
---
 src/include/microhttpd.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 3f47e2f0..39b34500 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1819,6 +1819,8 @@ enum MHD_DaemonInfoType
   /**
    * Request the file descriptor for the external epoll.
    * No extra arguments should be passed.
+   * Waiting on epoll FD must not block longer than value
+   * returned by #MHD_get_timeout().
    */
   MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY,
   MHD_DAEMON_INFO_EPOLL_FD = MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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