]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix debug build of OpsLogFile 43740/head
authorCasey Bodley <cbodley@redhat.com>
Sun, 31 Oct 2021 00:26:21 +0000 (20:26 -0400)
committerCory Snyder <csnyder@iland.com>
Mon, 1 Nov 2021 15:15:52 +0000 (15:15 +0000)
commit205f203642b2ab2d531cc3726d323333f4b95c82
treef5b19c3fc613305e3753779619993c2bcfb1ddf1
parent1c809a5078d36c0f0590011d947c2b8b392dd07b
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