]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/admin_socket: Use std::mutex/condition_variable/thread
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 30 Jan 2018 05:05:49 +0000 (00:05 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 16 Feb 2018 18:37:12 +0000 (13:37 -0500)
commitc47d3dea85fabca2fef032666ecac883d418c7a8
tree2295fa3f8887da201ee9b8069171eb1ff6a7f49e
parent6e98d33ce72d53fb5b2d113ccc7720897110b654
common/admin_socket: Use std::mutex/condition_variable/thread

And fix a bug where we exit in one code-path without releasing the
lock.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/admin_socket.cc
src/common/admin_socket.h
src/common/admin_socket_client.cc
src/common/ceph_context.cc
src/common/common_init.cc