2010-03-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

Use cuid_t type for cuid.
This commit is contained in:
Tatsuhiro Tsujikawa 2010-03-20 14:30:36 +00:00
parent 10edc156ea
commit bf5f559c5c
138 changed files with 196 additions and 171 deletions

View file

@ -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),