link fix for unit tests
This commit is contained in:
parent
4d2f61a353
commit
7a60f66df5
|
@ -57,8 +57,8 @@ bool print_alerts(libtorrent::session& ses, char const* name
|
|||
void wait_for_listen(libtorrent::session& ses, char const* name);
|
||||
void test_sleep(int millisec);
|
||||
|
||||
extern int g_udp_tracker_requests;
|
||||
extern int g_http_tracker_requests;
|
||||
extern boost::detail::atomic_count g_udp_tracker_requests;
|
||||
extern boost::detail::atomic_count g_http_tracker_requests;
|
||||
|
||||
void create_random_files(std::string const& path, const int file_sizes[], int num_files);
|
||||
|
||||
|
|
Loading…
Reference in New Issue