Skip to content

Commit

Permalink
Rename force reannounce function to be explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangzi926 committed Mar 29, 2021
1 parent 276179a commit d892f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/base/bittorrent/session.h
Original file line number Diff line number Diff line change
Expand Up @@ -801,8 +801,7 @@ namespace BitTorrent
static const int PUBLIC_IP_CHECK_INTERVAL = 1800000; // 30 min
QHostAddress m_lastPublicIP;
QDateTime m_lastPublicIPCheckTime;
void forceAnnounceToAllTrackers();
void forceAnnounceToAllTrackers(lt::settings_pack& settingsPack) const;
void forceReannounceToAllTrackers();

static Session *m_instance;
};
Expand Down

0 comments on commit d892f0c

Please sign in to comment.