From: Sage Weil Date: Mon, 14 Sep 2015 02:04:29 +0000 (-0400) Subject: mon: debug MonSession refs X-Git-Tag: v9.1.0~135^2~1^2~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=40c3c85a39f7874b4288665ccb6a192a44bbc30f;p=ceph.git mon: debug MonSession refs Signed-off-by: Sage Weil --- diff --git a/src/mon/Session.h b/src/mon/Session.h index 98b4a8f2da8fd..a3260210fe786 100644 --- a/src/mon/Session.h +++ b/src/mon/Session.h @@ -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),