]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/OSDMonitor: s/g_ceph_context/cct/
authorKefu Chai <kchai@redhat.com>
Tue, 26 Sep 2017 09:19:23 +0000 (17:19 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 9 Oct 2017 02:42:53 +0000 (10:42 +0800)
commit93452dbadce68ebf24cc8e66380ca30e25c455ca
tree9705078c833c3b21b1fd5d61568ffe7d6657d8a5
parentb248f8903b09f61f0bda1ead6c1ffb242dadd14e
mon/OSDMonitor: s/g_ceph_context/cct/

use this->cct if possible, yet another step to remove the dependency on
global `g_ceph_context`.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc