mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-23 21:15:28 +00:00
63462fd8ab
If the epoll_wait() call returns EINTR, this only means a signal has been delivered before any of the file descriptors registered triggered an event or before the end of the timeout (if timeout isn't -1). For that reason, we should simply try to listen on the epoll loop again. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>