mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Handle "alerts dropped" alert from libtorrent
This commit is contained in:
parent
b144d3b797
commit
5e1e983928
2 changed files with 16 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue