mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
Use map to make DownloadResult lookup fast
This commit is contained in:
parent
0001f4cfbd
commit
0a4ce4fdb5
3 changed files with 32 additions and 6 deletions
|
@ -37,6 +37,7 @@ SharedHandle<DownloadResult> createDownloadResult
|
|||
std::vector<SharedHandle<FileEntry> > entries;
|
||||
entries.push_back(entry);
|
||||
SharedHandle<DownloadResult> dr(new DownloadResult());
|
||||
dr->gid = GroupId::create();
|
||||
dr->fileEntries = entries;
|
||||
dr->result = result;
|
||||
dr->belongsTo = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue