refactored extensions and added a plugin interface. fixed file.cpp for windows
This commit is contained in:
@@ -347,7 +347,7 @@ namespace libtorrent
|
||||
m_timeout.cancel();
|
||||
}
|
||||
|
||||
void timeout_handler::timeout_callback(asio::error const& error) try
|
||||
void timeout_handler::timeout_callback(asio::error_code const& error) try
|
||||
{
|
||||
if (error) return;
|
||||
if (m_completion_timeout == 0) return;
|
||||
|
Reference in New Issue
Block a user