ceph/src/mgr
Sage Weil d61de35ce1 mon/MonClient: use std::unique_ptr<>; fix leak
We were leaking several heap items from
LibRadosMiscConnectFailure.ConnectFailure when connect() was called
multiple times (after failure).  Use std::unique_ptr to avoid maintaining
fragile cleanup paths.

Signed-off-by: Sage Weil <sage@redhat.com>
2017-01-13 11:40:53 -05:00
..
ClusterState.cc dout: Use dout_context 2016-12-22 13:55:37 -05:00
ClusterState.h mgr: fixup ClusterState with_*map fns 2016-09-29 17:27:06 +01:00
DaemonServer.cc mon/MonClient: use std::unique_ptr<>; fix leak 2017-01-13 11:40:53 -05:00
DaemonServer.h mgr: update for Dispatcher::ms_handle_refused 2016-09-29 17:27:06 +01:00
DaemonState.cc dout: Use dout_context 2016-12-22 13:55:37 -05:00
DaemonState.h
Mgr.cc dout: Use dout_context 2016-12-22 13:55:37 -05:00
Mgr.h
MgrClient.cc mgr: remove unnecessary C_StdFunction 2016-11-09 19:54:32 +00:00
MgrClient.h mgr/MgrClient: implement con reset handling 2016-10-03 14:42:35 -04:00
MgrContext.h mgr: remove unnecessary C_StdFunction 2016-11-09 19:54:32 +00:00
MgrPyModule.cc dout: Use dout_context 2016-12-22 13:55:37 -05:00
MgrPyModule.h
MgrStandby.cc dout: Use dout_context 2016-12-22 13:55:37 -05:00
MgrStandby.h mgr: update for Dispatcher::ms_handle_refused 2016-09-29 17:27:06 +01:00
PyFormatter.cc assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
PyFormatter.h assert(0) -> ceph_abort() 2016-11-21 23:37:31 -05:00
PyModules.cc Merge pull request #12597 from badone/wip-osdmap-nocopy 2016-12-25 08:21:39 +10:00
PyModules.h mgr: remove hardcoded site-packages 2016-09-29 17:27:17 +01:00
PyState.cc dout: Use dout_context 2016-12-22 13:55:37 -05:00
PyState.h