Skip to content

src: expose ListNode<T>::prev_ on postmortem metadata

Make ListNode<T> postmortem easier to find last items in the queue.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading