bareos: master 2d21b780

Author Committer Branch Timestamp Parent
arogge pstorz master 2022-03-24 14:48 master e5fde5a8 Pending
Changeset bvfs: refactor cache to use unordered_set

This patch replaces the complicated pathid_cache based on htable with a
much simpler one based on std::unordered_set. It also changes the
interface to use uint64_t instead of char*
mod - core/src/cats/bvfs.cc Diff File