]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_context: initialize member var
authorSage Weil <sage.weil@dreamhost.com>
Wed, 1 Feb 2012 23:31:52 +0000 (15:31 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Wed, 1 Feb 2012 23:31:52 +0000 (15:31 -0800)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/common/ceph_context.cc

index 3519e1c76ac89a5666c20ad6cc4c64990287dc36..02a16ead509bd5cbf5fa5409361266fa5246879b 100644 (file)
@@ -118,6 +118,7 @@ CephContext::CephContext(uint32_t module_type_)
     _service_thread(NULL),
     _admin_socket(NULL),
     _perf_counters_collection(NULL),
+    _perf_counters_conf_obs(NULL),
     _heartbeat_map(NULL)
 {
   pthread_spin_init(&_service_thread_lock, PTHREAD_PROCESS_SHARED);