*** empty log message ***

This commit is contained in:
Arvid Norberg
2005-03-10 09:59:12 +00:00
parent c69a184216
commit bc77a39f30
4 changed files with 79 additions and 24 deletions

View File

@@ -1783,6 +1783,23 @@ The ``times_in_row`` member says how many times in a row this tracker has failed
};
tracker_reply_alert
-------------------
This alert is only for informational purpose. It is generated when a tracker announce
succeeds. It is generated with severity level ``info``.
::
struct tracker_reply_alert: alert
{
tracker_reply_alert(const torrent_handle& h
, const std::string& msg);
virtual std::auto_ptr<alert> clone() const;
torrent_handle handle;
};
hash_failed_alert
-----------------