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
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user