From: Matan Breizman Date: Thu, 27 Apr 2023 16:07:01 +0000 (+0000) Subject: crimson/osd/heartbeat: add a rename todo X-Git-Tag: v18.1.0~76^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dffa9dd0c21c07cb1670a2b7c755d3ac10a2f09d;p=ceph.git crimson/osd/heartbeat: add a rename todo In continuation to: bfbbc311f1f Signed-off-by: Matan Breizman (cherry picked from commit 0075349661a838abc04f110630bc4f370116c391) --- diff --git a/src/crimson/osd/heartbeat.h b/src/crimson/osd/heartbeat.h index c724b7ed7e40..325c9c3e5758 100644 --- a/src/crimson/osd/heartbeat.h +++ b/src/crimson/osd/heartbeat.h @@ -384,7 +384,7 @@ class Heartbeat::Session { // last time we got a ping reply on the back side clock::time_point last_rx_back; // most recent epoch we wanted this peer - epoch_t epoch; + epoch_t epoch; // rename me to epoch_added struct reply_t { clock::time_point deadline;