diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-07-11 15:05:34 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-11 15:05:34 +0200 |
commit | 45e03ecab7d71bbe42fa1c79773bdfc260537639 (patch) | |
tree | eb16a6a101a659e7a537baa1d47d9862b5bb137c /include | |
parent | 7ec17eeb4a8d754aec18d72839430e9b492c8273 (diff) |
Use atomic rename instead of .finished lock files
Diffstat (limited to 'include')
-rw-r--r-- | include/Storage.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Storage.hpp b/include/Storage.hpp index 362448f..39af8e6 100644 --- a/include/Storage.hpp +++ b/include/Storage.hpp @@ -21,7 +21,6 @@ namespace QuickMedia { FileType get_file_type(const Path &path); int file_get_content(const Path &path, std::string &result); int file_overwrite(const Path &path, const std::string &data); - int create_lock_file(const Path &path); void for_files_in_dir(const Path &path, FileIteratorCallback callback); void for_files_in_dir_sort_last_modified(const Path &path, FileIteratorCallback callback); }
\ No newline at end of file |