summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/imudp/imudp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/imudp/imudp.c b/plugins/imudp/imudp.c
index 3fb60727..6a6ab498 100644
--- a/plugins/imudp/imudp.c
+++ b/plugins/imudp/imudp.c
@@ -426,8 +426,7 @@ static void set_thread_schedparam(void)
* interface. ./configure settings control which one is used.
* rgerhards, 2009-09-09
*/
-//#if defined(HAVE_EPOLL_CREATE1) || defined(HAVE_EPOLL_CREATE)
-#if 0
+#if defined(HAVE_EPOLL_CREATE1) || defined(HAVE_EPOLL_CREATE)
#define NUM_EPOLL_EVENTS 10
rsRetVal rcvMainLoop(thrdInfo_t *pThrd)
{