bareos: master f88556aa

Author Committer Branch Timestamp Parent
arogge arogge master 2021-04-28 17:07 master f4b8d165 Pending
Changeset stored: remove old_dlist/old_dlink

Because of weird usage of dlist and dlink in ordered_cbuf there was a
copy of the original dlist/dlink as old_dlist/old_dlink. As this is
basically the same as using the templated version with typename void,
this patch replaces all uses of old_dlist/old_dlink with dlist<void> and
dlink<void> rendering old_dlist/old_dlink unused.
mod - core/src/stored/backends/CMakeLists.txt Diff File
rm - core/src/stored/backends/old_dlink.h Diff File
rm - core/src/stored/backends/old_dlist.cc Diff File
rm - core/src/stored/backends/old_dlist.h Diff File
mod - core/src/stored/backends/ordered_cbuf.cc Diff File
mod - core/src/stored/backends/ordered_cbuf.h Diff File