From e4e263243ae1004380e38e638a6d3d3759c5a90c Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 25 Nov 2010 14:51:02 +0100 Subject: fixed compile problem in imptcp if no epoll_create1() is present Signed-off-by: Rainer Gerhards --- plugins/imptcp/imptcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/imptcp/imptcp.c b/plugins/imptcp/imptcp.c index 51f33bab..a9b0a1d5 100644 --- a/plugins/imptcp/imptcp.c +++ b/plugins/imptcp/imptcp.c @@ -1035,6 +1035,7 @@ ENDrunInput /* initialize and return if will run or not */ +#define NUM_EPOLL_EVENTS 10 BEGINwillRun CODESTARTwillRun /* first apply some config settings */ -- cgit