On 11/07/2011 12:44 PM, Alon Levy wrote:
+void dispatcher_handle_recv_read(Dispatcher *dispatcher)
+{
+ while (dispatcher_handle_single_read(dispatcher)) {
+ }
+}
This will busy-wait if no messages are ready.
I'm not sure what you want to do here, since this is the sole caller of
dispatcher_handle_single_read.
The POSIX bits look fine though, and that's the only part I really
looked at.
Paolo
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel