commit | 06ac7d49797daf8a5c05c7d25db0b205efda8e30 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 20 10:49:20 2012 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Apr 07 08:34:17 2012 +0000 |
tree | 80a0cc976b4f73d6a677f27323fd047953a02552 | |
parent | d3385eb448e38f828c78f8f68ec5d79c66a58b5d [diff] |
main-loop: replace WaitForMultipleObjects with g_poll On w32, glib implements g_poll using WaitForMultipleObjects or MsgWaitForMultipleObjects. This means that we can simplify our code by switching to g_poll, and at the same time prepare for adding back glib sources. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>