]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix debug build of OpsLogFile 43751/head
authorCasey Bodley <cbodley@redhat.com>
Sun, 31 Oct 2021 00:26:21 +0000 (20:26 -0400)
committerCasey Bodley <cbodley@redhat.com>
Sun, 31 Oct 2021 00:29:26 +0000 (20:29 -0400)
commit662d29918d49a9b58268ad360d87aa860b2f96e5
treec952dee66bfb72d7716b5797a2a3a79ad5ff39b5
parent74565072f7ee41c62819b1c929e6acab2d437f68
rgw: fix debug build of OpsLogFile

can't use ceph::mutex locks with std::condition_variable::wait() in
debug builds. use the ceph::condition_variable wrapper instead

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_log.h