summaryrefslogtreecommitdiff
path: root/src/utils/cpp/file_locking.hpp
AgeCommit message (Collapse)Author
2023-02-02file_locking: fix comment describing the name of the lock fileKlaus Aehlig
As opposed the earlier ideas, the implemented behaviour is that the file name of the lock is given explicitly. Fix comments accordingly.
2023-01-20Utils: Add file locking utility classPaul Cristian Sarbu