Handle "alerts dropped" alert from libtorrent

This commit is contained in:
Chocobo1 2019-09-13 12:31:26 +08:00
commit 5e1e983928
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 16 additions and 0 deletions

View file

@ -562,6 +562,9 @@ namespace BitTorrent
void handleListenFailedAlert(const lt::listen_failed_alert *p);
void handleExternalIPAlert(const lt::external_ip_alert *p);
void handleSessionStatsAlert(const lt::session_stats_alert *p);
#if (LIBTORRENT_VERSION_NUM >= 10200)
void handleAlertsDroppedAlert(const lt::alerts_dropped_alert *p) const;
#endif
void createTorrentHandle(const lt::torrent_handle &nativeHandle);