bareos: master 5bf20603

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2024-02-28 09:48 master 8345c618 Pending
Changeset reserve: switch to std::mutex

reservations_lock_count was not used (and was used improperly), so it
was removed. reservation_lock is defined as rwlock, but only ever
used as a normal lock, so it was replaced by a std::mutex.
mod - core/src/stored/reserve.cc Diff File