mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-07 05:57:30 +03: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) {
|
if (tmp != thiscall && tmp->haveThread) {
|
||||||
VIR_DEBUG("Passing the buck to %p", tmp);
|
VIR_DEBUG("Passing the buck to %p", tmp);
|
||||||
virCondSignal(&tmp->cond);
|
virCondSignal(&tmp->cond);
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
tmp = tmp->next;
|
tmp = tmp->next;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user