added url to tracker alerts. introduced a base class for all tracker alerts

This commit is contained in:
Arvid Norberg
2008-04-23 01:54:21 +00:00
parent 05c1a64c76
commit 7a432786e7
9 changed files with 168 additions and 109 deletions

View File

@@ -1035,7 +1035,7 @@ namespace aux {
{
m_alerts.post_alert(
tracker_announce_alert(
t.get_handle(), "tracker announce"));
t.get_handle(), req.url, "tracker announce"));
}
}
@@ -1672,7 +1672,7 @@ namespace aux {
{
m_alerts.post_alert(
tracker_announce_alert(
t.get_handle(), "tracker announce, event=stopped"));
t.get_handle(), req.url, "tracker announce, event=stopped"));
}
}
#ifndef NDEBUG