Add "Simple pread/pwrite" disk IO type

PR #21300.
This commit is contained in:
Hanabishi
2024-10-01 21:58:35 +05:00
committed by GitHub
parent 7b45566efc
commit b5b34c9ff4
4 changed files with 12 additions and 1 deletions

View File

@@ -92,7 +92,8 @@ namespace BitTorrent
{
Default = 0,
MMap = 1,
Posix = 2
Posix = 2,
SimplePreadPwrite = 3
};
Q_ENUM_NS(DiskIOType)