]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/heartbeat: add a rename todo
authorMatan Breizman <mbreizma@redhat.com>
Thu, 27 Apr 2023 16:07:01 +0000 (16:07 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Sun, 21 May 2023 09:37:58 +0000 (09:37 +0000)
In continuation to: bfbbc311f1f

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 0075349661a838abc04f110630bc4f370116c391)

src/crimson/osd/heartbeat.h

index c724b7ed7e40cac6c771e243c97f40af3f21e1ac..325c9c3e575804a5c9927640f64b42ea4c536502 100644 (file)
@@ -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;