diff --git a/docs/manual.html b/docs/manual.html index f49e96389..b1efbbc20 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -103,33 +103,34 @@
This alert is generated when a fastresume file has been passed to add_torrent but the +files on disk did not match the fastresume file. The string explaints the reason why the +resume file was rejected. It is generated at severity level warning.
++struct fastresume_rejected_alert: alert +{ + fastresume_rejected_alert(torrent_handle const& h + , std::string const& msg); + + virtual std::auto_ptr<alert> clone() const; + + torrent_handle handle; +}; +