Skip to content

Commit

Permalink
Merge 6ffb81b into 2199220
Browse files Browse the repository at this point in the history
  • Loading branch information
rst0git authored Aug 13, 2023
2 parents 2199220 + 6ffb81b commit 9e62b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions coredump/criu_coredump/coredump.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"VMA_AREA_SOCKET": 1 << 11,
"VMA_AREA_VVAR": 1 << 12,
"VMA_AREA_AIORING": 1 << 13,
"VMA_AREA_MEMFD": 1 << 14,
"VMA_AREA_UNSUPP": 1 << 31
}

Expand Down
1 change: 1 addition & 0 deletions lib/py/images/pb2dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def _custom_conv(field):
('VMA_AREA_SOCKET', 1 << 11),
('VMA_AREA_VVAR', 1 << 12),
('VMA_AREA_AIORING', 1 << 13),
('VMA_AREA_MEMFD', 1 << 14),
('VMA_UNSUPP', 1 << 31),
]

Expand Down

0 comments on commit 9e62b8d

Please sign in to comment.