OSDN Git Service

main-loop: drop rfds/wfds/xfds for good
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 20 Feb 2013 10:28:30 +0000 (11:28 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 21 Feb 2013 22:17:31 +0000 (16:17 -0600)
commit9cbaacf999b01b27dc3a22502705178057af66de
tree4eb9fd793791b5c4a39eff0bf19bde26912dc66b
parenta3e4b4a8091cc4fcf7cb619570c72c54c2d6a6e9
main-loop: drop rfds/wfds/xfds for good

Now that all *_fill() and *_poll() functions use GPollFD we no longer
need rfds/wfds/xfds or pollfds_from_select()/pollfds_to_select().

>From now on everything uses GPollFD.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-id: 1361356113-11049-8-git-send-email-stefanha@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
main-loop.c