fixed DLL link issues
This commit is contained in:
@@ -163,13 +163,6 @@ namespace detail
|
||||
|
||||
namespace aux {
|
||||
|
||||
// used to cache the current time
|
||||
// every 100 ms. This is cheaper
|
||||
// than a system call and can be
|
||||
// used where more accurate time
|
||||
// is not necessary
|
||||
TORRENT_EXPORT ptime g_current_time = time_now_hires();
|
||||
|
||||
struct seed_random_generator
|
||||
{
|
||||
seed_random_generator()
|
||||
@@ -1275,6 +1268,13 @@ namespace aux {
|
||||
}
|
||||
}
|
||||
|
||||
// used to cache the current time
|
||||
// every 100 ms. This is cheaper
|
||||
// than a system call and can be
|
||||
// used where more accurate time
|
||||
// is not necessary
|
||||
extern ptime g_current_time;
|
||||
|
||||
void session_impl::on_tick(error_code const& e)
|
||||
{
|
||||
mutex::scoped_lock l(m_mutex);
|
||||
|
Reference in New Issue
Block a user