Revert "HACK tevent_standard no epoll"
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Feb 2013 07:41:29 +0000 (08:41 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 Mar 2013 17:52:01 +0000 (18:52 +0100)
This reverts commit db830ce72e82372fcd5b40a126eaade9d31cdbf8.

lib/tevent/tevent_standard.c

index 8bb07bf50aaf370047fa65e52bc582736dd27da0..258499484a276e90e0b4bf0cc2b67e8cd0c5a4e4 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) {