commit | 9cbaacf999b01b27dc3a22502705178057af66de | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Feb 20 11:28:30 2013 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Feb 21 16:17:31 2013 -0600 |
tree | 4eb9fd793791b5c4a39eff0bf19bde26912dc66b | |
parent | a3e4b4a8091cc4fcf7cb619570c72c54c2d6a6e9 [diff] |
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>