From: Sage Weil Date: Tue, 9 Dec 2008 17:50:26 +0000 (-0800) Subject: osd: missing last_mon_heartbeat declaration X-Git-Tag: v0.6~141 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c035a733a81c2f4a811cb8529c75696b1b63df67;p=ceph.git osd: missing last_mon_heartbeat declaration --- diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 398dcc265a0..fe6ad22b714 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -122,6 +122,7 @@ private: map heartbeat_to, heartbeat_from; map heartbeat_from_stamp; map heartbeat_inst; + utime_t last_mon_heartbeat; Messenger *heartbeat_messenger; void update_heartbeat_peers();