]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: fix leak of health_monitor and config_key_service 334/head
authorSage Weil <sage@inktank.com>
Thu, 30 May 2013 18:07:06 +0000 (11:07 -0700)
committerSage Weil <sage@inktank.com>
Thu, 30 May 2013 18:17:04 +0000 (11:17 -0700)
commitc888d1d3f1b77e62d1a8796992e918d12a009b9d
treedac47c4f704fc9de798f2d47e09e271eb12a6447
parent3c5706163b72245768958155d767abf561e6d96d
mon: fix leak of health_monitor and config_key_service

Switch to using regular pointers here.  The lifecycle of these services is
very simple such that refcounting is overkill.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/ConfigKeyService.cc
src/mon/ConfigKeyService.h
src/mon/DataHealthService.h
src/mon/HealthMonitor.cc
src/mon/HealthMonitor.h
src/mon/HealthService.h
src/mon/Monitor.cc
src/mon/Monitor.h
src/mon/QuorumService.h
src/vstart.sh