bareos: master 68b7b70f

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2024-01-12 07:40 master 139a681d Pending
Changeset dedup-volume: make dedup::data more generic

Now accepts any number of datafiles. This makes a lot of code much
cleaner since you do not need to constantly find out if a certain data
file is the "aligned" one or not.
mod - core/src/stored/backends/dedup/volume.cc Diff File
mod - core/src/stored/backends/dedup/volume.h Diff File
mod - core/src/stored/backends/dedup_device.cc Diff File