commit | b5a01a70ad49b518c2c4b0f0a37f5435f01ce716 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Feb 20 11:28:33 2013 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Feb 21 16:17:31 2013 -0600 |
tree | 91012d82c55bd029625b58b26778b914d21afed3 | |
parent | 6b5f876252b7aeec43e319afdf17705f512be2bc [diff] |
aio: support G_IO_HUP and G_IO_ERR aio-posix.c could not take advantage of G_IO_HUP and G_IO_ERR because select(2) does not have equivalent events. Now that g_poll(3) is used we can support G_IO_HUP and G_IO_ERR. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-id: 1361356113-11049-11-git-send-email-stefanha@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>