]> Git Repo - qemu.git/commit
main-loop: switch POSIX glib integration to GPollFD
authorStefan Hajnoczi <[email protected]>
Wed, 20 Feb 2013 10:28:26 +0000 (11:28 +0100)
committerAnthony Liguori <[email protected]>
Thu, 21 Feb 2013 22:17:30 +0000 (16:17 -0600)
commit48ce11ff972c733afaed3e2a2613a2e56081ec92
tree4569aeee52d809464237b4577c127b075cfa6ef9
parentcbff4b342b000a7642125dbdabf61113e05eee44
main-loop: switch POSIX glib integration to GPollFD

Convert glib file descriptor polling from rfds/wfds/xfds to GPollFD.

The Windows code still needs poll_fds[] and n_poll_fds but they can now
become local variables.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Message-id: 1361356113[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
main-loop.c
This page took 0.025291 seconds and 4 git commands to generate.