mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
2010-03-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Use cuid_t type for cuid.
This commit is contained in:
parent
10edc156ea
commit
bf5f559c5c
138 changed files with 196 additions and 171 deletions
|
@ -56,7 +56,7 @@
|
|||
namespace aria2 {
|
||||
|
||||
DHTEntryPointNameResolveCommand::DHTEntryPointNameResolveCommand
|
||||
(int32_t cuid, DownloadEngine* e,
|
||||
(cuid_t cuid, DownloadEngine* e,
|
||||
const std::vector<std::pair<std::string, uint16_t> >& entryPoints):
|
||||
Command(cuid),
|
||||
_e(e),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue