HACK tevent_standard no epoll
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Feb 2013 07:41:13 +0000 (08:41 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Oct 2016 12:51:52 +0000 (14:51 +0200)
lib/tevent/tevent_standard.c

index 30e9b91a865161892b3fc2a16ea9d2c8e49ecde1..263e92db951b178d1c42d5de12381de442ee11ec 100644 (file)
@@ -176,7 +176,7 @@ static int std_event_context_init(struct tevent_context *ev)
                        return -1;
                }
 
-               glue->epoll_ops = tevent_find_ops_byname("epoll");
+               //glue->epoll_ops = tevent_find_ops_byname("epoll");
 
                glue->poll_ops = tevent_find_ops_byname("poll");
                if (glue->poll_ops == NULL) {