aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/filemap.h
diff options
context:
space:
mode:
authorkserz <kserz@yandex-team.ru>2022-02-10 16:51:47 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:47 +0300
commitc95a5c19764639f5d60ee32e82302cc0333b9735 (patch)
tree6ce5c409d52e4861719bfa660656130c9167bf5f /util/system/filemap.h
parentda8534b8dab262655aca88d3b2851a117eb03190 (diff)
downloadydb-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.h4
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)