This commit is contained in:
gabime
2016-05-15 01:49:15 +03:00
parent 9a9e9aace9
commit 38c0ee018b
4 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ namespace details
class file_helper
{
public:
const int open_tries = 5;
const int open_interval = 10;
@@ -128,7 +128,7 @@ public:
private:
FILE* _fd;
filename_t _filename;
filename_t _filename;
bool _force_flush;
};
}