mirror of https://gitee.com/openkylin/libvirt.git
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