mirror of
https://github.com/aria2/aria2.git
synced 2025-04-07 06:27:37 +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
|
@ -46,7 +46,7 @@ class DHTTokenUpdateCommand:public TimeBasedCommand {
|
|||
private:
|
||||
SharedHandle<DHTTokenTracker> _tokenTracker;
|
||||
public:
|
||||
DHTTokenUpdateCommand(int32_t cuid, DownloadEngine* e, time_t interval);
|
||||
DHTTokenUpdateCommand(cuid_t cuid, DownloadEngine* e, time_t interval);
|
||||
|
||||
virtual ~DHTTokenUpdateCommand();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue