namespace util
| 79 | } |
| 80 | } // namespace util |
| 81 | void UnlockDirectory(const fs::path& directory, const fs::path& lockfile_name) |
| 82 | { |
| 83 | LOCK(cs_dir_locks); |
| 84 | dir_locks.erase(fs::PathToString(directory / lockfile_name)); |
| 85 | } |
| 86 | |
| 87 | void ReleaseDirectoryLocks() |
| 88 | { |