diff options
author | kserz <kserz@yandex-team.ru> | 2022-02-10 16:51:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:47 +0300 |
commit | c95a5c19764639f5d60ee32e82302cc0333b9735 (patch) | |
tree | 6ce5c409d52e4861719bfa660656130c9167bf5f /util/system/filemap.h | |
parent | da8534b8dab262655aca88d3b2851a117eb03190 (diff) | |
download | ydb-c95a5c19764639f5d60ee32e82302cc0333b9735.tar.gz |
Restoring authorship annotation for <kserz@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/filemap.h')
-rw-r--r-- | util/system/filemap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/filemap.h b/util/system/filemap.h index 11be64bff4..e0d801ba53 100644 --- a/util/system/filemap.h +++ b/util/system/filemap.h @@ -51,9 +51,9 @@ struct TMemoryMapCommon { enum EOpenModeFlag { oRdOnly = 1, oRdWr = 2, - oCopyOnWr = 4, + oCopyOnWr = 4, - oAccessMask = 7, + oAccessMask = 7, oNotGreedy = 8, oPrecharge = 16, oPopulate = 32, // Populate page table entries (see mmap's MAP_POPULATE) |