mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
rpc: Pass the buck only to the first available thread
This commit is contained in:
parent
dc62c22532
commit
ebee52f52b
@ -1102,7 +1102,7 @@ static void virNetClientIOEventLoopPassTheBuck(virNetClientPtr client, virNetCli
|
||||
if (tmp != thiscall && tmp->haveThread) {
|
||||
VIR_DEBUG("Passing the buck to %p", tmp);
|
||||
virCondSignal(&tmp->cond);
|
||||
break;
|
||||
return;
|
||||
}
|
||||
tmp = tmp->next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user