From 6ea4cb7f5383f8c367be810fdc66650eeb9cc787 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 8 Jan 2012 17:42:55 +0100 Subject: nit fixed (testing aid removed) --- plugins/imudp/imudp.c | 3 +-- 1 file changed, 1 insertion(+), 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) { -- cgit v1.2.3