]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
client rpc: Just queue non-blocking call if another thread has the buck
authorJiri Denemark <jdenemar@redhat.com>
Mon, 11 Jun 2012 12:24:06 +0000 (14:24 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 13 Jun 2012 13:39:20 +0000 (15:39 +0200)
commitef392614aa585d168e618ffaf2c83545d81f0113
treed64a7e6df9465bc0fecacf5ae64fed9ec1eaf1fb
parent78602c4e83bbf51f89c24a0be14074e71d01bf60
client rpc: Just queue non-blocking call if another thread has the buck

As non-blocking calls are no longer dropped, we don't really need to
care that much about their fate and wait for the thread with the buck
to process them. If another thread has the buck, we can just push a
non-blocking call to the queue and be done with it.
src/rpc/virnetclient.c