]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd/recovery_backend: Rename PushInfo to push_info_t
authorMatan Breizman <mbreizma@redhat.com>
Sun, 25 Dec 2022 12:13:14 +0000 (12:13 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Sun, 25 Dec 2022 12:53:42 +0000 (12:53 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/crimson/osd/recovery_backend.h

index 39c60b328d54ad1b1052a98f82d64a069cba652b..64be1862074d87679d7ec93ff895970222f3a461 100644 (file)
@@ -112,7 +112,7 @@ protected:
     }
   };
 
-  struct PushInfo {
+  struct push_info_t {
     ObjectRecoveryProgress recovery_progress;
     ObjectRecoveryInfo recovery_info;
     crimson::osd::ObjectContextRef obc;
@@ -131,7 +131,7 @@ public:
 
     crimson::osd::ObjectContextRef obc;
     std::optional<pull_info_t> pull_info;
-    std::map<pg_shard_t, PushInfo> pushing;
+    std::map<pg_shard_t, push_info_t> pushing;
 
     seastar::future<> wait_for_readable() {
       return readable.get_shared_future();