]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: debug MonSession refs
authorSage Weil <sage@redhat.com>
Mon, 14 Sep 2015 02:04:29 +0000 (22:04 -0400)
committerSage Weil <sage@redhat.com>
Mon, 14 Sep 2015 02:04:29 +0000 (22:04 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/Session.h

index 98b4a8f2da8fd1e9cce101ef3c0b98268d750c75..a3260210fe78651a7c0e28bde2312f04b66c8b63 100644 (file)
@@ -59,6 +59,7 @@ struct MonSession : public RefCountedObject {
   uint64_t proxy_tid;
 
   MonSession(const entity_inst_t& i, Connection *c) :
+    RefCountedObject(g_ceph_context),
     con(c), inst(i), closed(false), item(this),
     auid(0),
     global_id(0),