HACK tevent_standard no epoll
[metze/samba/wip.git] / 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) {