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:
Matt Sergeant 2005-04-28 21:37:01 +00:00
parent 536e1723c1
commit cefae57394

View File

@ -283,6 +283,8 @@ sub EpollEventLoop {
} }
} }
return unless PostEventLoop();
print STDERR "Event loop ending; restarting.\n"; print STDERR "Event loop ending; restarting.\n";
} }
exit 0; exit 0;