mirror of
https://github.com/aria2/aria2.git
synced 2025-02-08 06:56:33 +00:00
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Call updateFdSet() to initialize rfdset, wfdset fdmax. * src/DownloadEngine.cc (DownloadEngine)
This commit is contained in:
parent
148b1baf38
commit
d8e64c764d
@ -1,3 +1,8 @@
|
||||
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Call updateFdSet() to initialize rfdset, wfdset fdmax.
|
||||
* src/DownloadEngine.cc (DownloadEngine)
|
||||
|
||||
2008-05-15 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Use free() to deallocate memory for _buffer if HAVE_POSIX_MEMALIGN is
|
||||
|
@ -91,7 +91,9 @@ bool AsyncNameResolverEntry::operator==(const AsyncNameResolverEntry& entry)
|
||||
DownloadEngine::DownloadEngine():logger(LogFactory::getInstance()),
|
||||
_haltRequested(false),
|
||||
_noWait(false)
|
||||
{}
|
||||
{
|
||||
updateFdSet();
|
||||
}
|
||||
|
||||
DownloadEngine::~DownloadEngine() {
|
||||
cleanQueue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user