]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
throttle: Minimal destructor fix for Luminous
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 28 Jul 2017 18:14:48 +0000 (14:14 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 31 Jul 2017 17:17:46 +0000 (13:17 -0400)
commit0f52f486ef05edf8bf89e2bbb7b79f1bc1644cfa
tree717fa26e37b2a23adbc9817c18f81ecdefb5ed81
parent05b182c1c29b09042891bac6265fcfff35d08ddd
throttle: Minimal destructor fix for Luminous

Get rid of the undefined behavior of destroying condition variables
while they're being waited on.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/Throttle.cc
src/common/Throttle.h
src/test/common/Throttle.cc