From a0f5077d0f28be42b97421cdea1219aee08aac71 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 21 Feb 2013 08:41:13 +0100 Subject: [PATCH] HACK tevent_standard no epoll --- lib/tevent/tevent_standard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tevent/tevent_standard.c b/lib/tevent/tevent_standard.c index 258499484a27..8bb07bf50aaf 100644 --- a/lib/tevent/tevent_standard.c +++ b/lib/tevent/tevent_standard.c @@ -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) { -- 2.34.1