bareos: master a27e023f

Author Committer Branch Timestamp Parent
Andreas Rogge Andreas Rogge master 2022-01-28 17:21 master 4b291648 Pending
Changeset lib: refactor htable and htableImpl

* remove parameter nr_entries that is not used by any caller
* extract calculation of loffset out of htableImpl::init()
* delay allocation of BigBuf to first call of hash_malloc()
* require second initialization pointer to be of type hlink*
mod - core/src/lib/htable.cc Diff File
mod - core/src/lib/htable.h Diff File