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>
Fri, 1 Mar 2013 17:52:01 +0000 (18:52 +0100)
lib/tevent/tevent_standard.c

index 258499484a276e90e0b4bf0cc2b67e8cd0c5a4e4..8bb07bf50aaf370047fa65e52bc582736dd27da0 100644 (file)
@@ -164,7 +164,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) {