diff options
author | David Hill <david.hill@ubisoft.com> | 2010-11-25 14:51:02 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-11-25 14:51:02 +0100 |
commit | e4e263243ae1004380e38e638a6d3d3759c5a90c (patch) | |
tree | 29370aaac842dd5d760aec2e2261356842010093 /plugins | |
parent | 65c7f4689387d61c55280ac9f2aea0317d5b8ee2 (diff) | |
download | rsyslog-e4e263243ae1004380e38e638a6d3d3759c5a90c.tar.gz rsyslog-e4e263243ae1004380e38e638a6d3d3759c5a90c.tar.xz rsyslog-e4e263243ae1004380e38e638a6d3d3759c5a90c.zip |
fixed compile problem in imptcp if no epoll_create1() is present
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/imptcp/imptcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |