]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/common/operation: use std::list for AggregateBlockingEvent::events
authorSamuel Just <sjust@redhat.com>
Sat, 7 May 2022 05:42:47 +0000 (22:42 -0700)
committerSamuel Just <sjust@redhat.com>
Sat, 7 May 2022 06:56:09 +0000 (23:56 -0700)
commit027d6c2940027be8684f8af990f98c9f09cefb72
tree6d2513f6cdd8893d3fe780ea6291b8c2550efda4
parentdf9827eba86063f0006b0c7ccf7d3117c49248e0
crimson/common/operation: use std::list for AggregateBlockingEvent::events

std::vector's references aren't stable after emplace_back.

Fixes: https://tracker.ceph.com/issues/55565
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/common/operation.h