diff options
author | sereglond <sereglond@yandex-team.ru> | 2022-02-10 16:47:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:46 +0300 |
commit | eb3d925534734c808602b31b38b953677f0a279f (patch) | |
tree | 4222ef8dc375ee9f30b68a004ee42a0845e005b6 /util/system/filemap.h | |
parent | 4c8065245df3ea26b7757bcb1f8218df287f9148 (diff) | |
download | ydb-eb3d925534734c808602b31b38b953677f0a279f.tar.gz |
Restoring authorship annotation for <sereglond@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r-- | util/system/filemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h index 11be64bff47..1de06fe4154 100644 --- a/util/system/filemap.h +++ b/util/system/filemap.h @@ -167,7 +167,7 @@ public: } void Precharge(size_t pos = 0, size_t size = (size_t)-1) const; - + void SetSequential() { Map_.SetSequential(); } |