gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix build issue in a


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix build issue in absence of epoll
Date: Sun, 04 Mar 2018 12:56:11 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new e3ff8946 fix build issue in absence of epoll
e3ff8946 is described below

commit e3ff894618ee5be5046cb7abd5fa4ddf46fba185
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 4 12:56:10 2018 +0100

    fix build issue in absence of epoll
---
 src/lib/internal.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/internal.h b/src/lib/internal.h
index 97024683..17c38249 100644
--- a/src/lib/internal.h
+++ b/src/lib/internal.h
@@ -836,10 +836,12 @@ struct UpgradeEpollHandle
    */
   MHD_socket socket;
 
+#ifdef EPOLL_SUPPORT
   /**
    * IO-state of the @e socket (or the connection's `socket_fd`).
    */
   enum MHD_EpollState celi;
+#endif
 
 };
 

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



reply via email to

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