]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common: Update ceph_context.h to work without using namespace
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 01:17:17 +0000 (21:17 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 14:30:37 +0000 (10:30 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/ceph_context.h

index a124059e5e8ba8e67945c8400c9b317e1927e11f..6e6832d4f0b41fa44b3eddf982ebe828eba90860 100644 (file)
@@ -201,7 +201,7 @@ public:
   bool check_experimental_feature_enabled(const std::string& feature,
                                          std::ostream *message);
 
-  PluginRegistry *get_plugin_registry() {
+  ceph::PluginRegistry *get_plugin_registry() {
     return _plugin_registry;
   }
 
@@ -313,7 +313,7 @@ private:
   ceph::spinlock _feature_lock;
   std::set<std::string> _experimental_features;
 
-  PluginRegistry *_plugin_registry;
+  ceph::PluginRegistry* _plugin_registry;
 
   md_config_obs_t *_lockdep_obs;