Check if file exists in seed mode

This commit is contained in:
an0n666 2020-02-23 17:54:16 +00:00
commit f7d2085b0a
2 changed files with 28 additions and 0 deletions

View file

@ -567,6 +567,7 @@ namespace BitTorrent
void handleStateUpdateAlert(const lt::state_update_alert *p);
void handleMetadataReceivedAlert(const lt::metadata_received_alert *p);
void handleFileErrorAlert(const lt::file_error_alert *p);
void handleReadPieceAlert(const lt::read_piece_alert *p) const;
void handleTorrentRemovedAlert(const lt::torrent_removed_alert *p);
void handleTorrentDeletedAlert(const lt::torrent_deleted_alert *p);
void handleTorrentDeleteFailedAlert(const lt::torrent_delete_failed_alert *p);