no message
This commit is contained in:
parent
3a4a63c566
commit
8d9dd06139
|
@ -503,6 +503,7 @@ namespace libtorrent
|
||||||
void torrent_handle::force_reannounce_on_loop(
|
void torrent_handle::force_reannounce_on_loop(
|
||||||
boost::posix_time::time_duration duration) const
|
boost::posix_time::time_duration duration) const
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
INVARIANT_CHECK;
|
INVARIANT_CHECK;
|
||||||
|
|
||||||
if (m_ses == 0) throw_invalid_handle();
|
if (m_ses == 0) throw_invalid_handle();
|
||||||
|
@ -511,6 +512,7 @@ namespace libtorrent
|
||||||
|
|
||||||
force_reannounce(duration);
|
force_reannounce(duration);
|
||||||
force_reannounce_on_loop(duration);
|
force_reannounce_on_loop(duration);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void torrent_handle::force_reannounce(
|
void torrent_handle::force_reannounce(
|
||||||
|
|
Loading…
Reference in New Issue