]> xenbits.xensource.com Git - libvirt.git/commit
Remote code caught EINTR making it ininterruptable
authorDaniel Veillard <veillard@redhat.com>
Fri, 30 Oct 2009 11:08:26 +0000 (12:08 +0100)
committerDaniel Veillard <veillard@redhat.com>
Fri, 30 Oct 2009 11:08:26 +0000 (12:08 +0100)
commit47fec8eac2bb38246addb0a0cc368fdbadad4738
tree38ea6768fe72d94be8e72ecd254d35713de7e2eb
parenta3adcce79568873bbaac76c4a5098b6721702b21
Remote code caught EINTR making it ininterruptable

John Levon raised the issue that remoteIOEventLoop() poll call was
reissued after EINTR was caught making it uninterruptible.
* src/remote/remote_driver.c: catch EAGAIN instead as suggested by
  Richard Jones
src/remote/remote_driver.c