]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
CephContext: not copyable
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 21 Jun 2011 23:16:09 +0000 (16:16 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 21 Jun 2011 23:16:09 +0000 (16:16 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/common/ceph_context.h

index 95b452fcd43a59cf400bd2d5aa99fb11cad2a6f8..0dbfb905543a741606f0682b7013a8af2ca84feb 100644 (file)
@@ -65,6 +65,9 @@ public:
   ProfLoggerCollection *GetProfLoggerCollection();
 
 private:
+  CephContext(const CephContext &rhs);
+  CephContext &operator=(const CephContext &rhs);
+
   /* Stop and join the Ceph Context's service thread */
   void join_service_thread();