Ver código fonte

Additional clarification about MHD_get_timeout().

Evgeny Grin (Karlson2k) 8 anos atrás
pai
commit
5f7ba548f1
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      src/include/microhttpd.h

+ 2 - 0
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,