Re: [PATCH] server: Add API to disable the event queue

2013-09-16 Thread Pekka Paalanen
On Fri, 13 Sep 2013 16:12:27 +0100 Neil Roberts wrote: > Adds wl_client_disable_queue and wl_client_enable_queue. When the > queue is disabled, flushing the client will cause it to send all of > the data regardless of whether ‘want_flush’ is set on the connection. > > The ‘want_flush’ mechanism

[PATCH] server: Add API to disable the event queue

2013-09-13 Thread Neil Roberts
Adds wl_client_disable_queue and wl_client_enable_queue. When the queue is disabled, flushing the client will cause it to send all of the data regardless of whether ‘want_flush’ is set on the connection. The ‘want_flush’ mechanism is used to implement the event queue. Normally queued events are on