Call PostEventLoop at end of Epoll event loop (same as poll() and kqueue)
git-svn-id: https://svn.perl.org/qpsmtpd/branches/high_perf@408 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
536e1723c1
commit
cefae57394
@ -282,6 +282,8 @@ sub EpollEventLoop {
|
|||||||
$sock->ticker;
|
$sock->ticker;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return unless PostEventLoop();
|
||||||
|
|
||||||
print STDERR "Event loop ending; restarting.\n";
|
print STDERR "Event loop ending; restarting.\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user