]> git.ipfire.org Git - thirdparty/libvirt.git/commit
threadpool: Use while loop on virCondWait
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Dec 2011 16:23:47 +0000 (17:23 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Dec 2011 18:33:11 +0000 (19:33 +0100)
commita7adac3730d2e5c83b9c29a0f2a3dd737a33e593
tree20502cf9b126fe492a9384bf32a4505ffd251711
parent6c811ed486ddaeac08e198984a9b628655a34498
threadpool: Use while loop on virCondWait

instead of simple 'if' statement as virCondWait can return
even if associated condition was not signaled.
src/util/threadpool.c