link fix for unit tests

This commit is contained in:
Arvid Norberg 2013-06-17 05:58:18 +00:00
parent 4d2f61a353
commit 7a60f66df5
1 changed files with 2 additions and 2 deletions

View File

@ -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);