diff options
author | sereglond <sereglond@yandex-team.ru> | 2022-02-10 16:47:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:47 +0300 |
commit | 73bb02f2495181e0719a800f979df508924f4b71 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/system/filemap.h | |
parent | eb3d925534734c808602b31b38b953677f0a279f (diff) | |
download | ydb-73bb02f2495181e0719a800f979df508924f4b71.tar.gz |
Restoring authorship annotation for <sereglond@yandex-team.ru>. Commit 2 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 1de06fe4154..11be64bff47 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(); } |