diff options
Diffstat (limited to 'src/common/ceph_context.h')
-rw-r--r-- | src/common/ceph_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/ceph_context.h b/src/common/ceph_context.h index 684e89cdf53..6b6e9482b99 100644 --- a/src/common/ceph_context.h +++ b/src/common/ceph_context.h @@ -75,8 +75,8 @@ public: } CryptoRandom* random() const; PerfCountersCollectionImpl* get_perfcounters_collection(); - ceph::common::ConfigProxy& _conf; - ceph::common::PerfCountersCollection& _perf_counters_collection; + crimson::common::ConfigProxy& _conf; + crimson::common::PerfCountersCollection& _perf_counters_collection; CephContext* get(); void put(); private: |