diff options
Diffstat (limited to 'src/Network/BitTorrent/Tracker.hs')
-rw-r--r-- | src/Network/BitTorrent/Tracker.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Network/BitTorrent/Tracker.hs b/src/Network/BitTorrent/Tracker.hs index e98f1e94..c707cedd 100644 --- a/src/Network/BitTorrent/Tracker.hs +++ b/src/Network/BitTorrent/Tracker.hs | |||
@@ -41,7 +41,6 @@ import Network.URI | |||
41 | 41 | ||
42 | import Data.Torrent.Metainfo | 42 | import Data.Torrent.Metainfo |
43 | import Network.BitTorrent.Peer | 43 | import Network.BitTorrent.Peer |
44 | import Network.BitTorrent.Sessions.Types | ||
45 | import Network.BitTorrent.Tracker.Protocol | 44 | import Network.BitTorrent.Tracker.Protocol |
46 | import Network.BitTorrent.Tracker.HTTP | 45 | import Network.BitTorrent.Tracker.HTTP |
47 | 46 | ||
@@ -73,9 +72,7 @@ genericReq ses pr = AnnounceQuery { | |||
73 | , reqPeerId = tconnPeerId ses | 72 | , reqPeerId = tconnPeerId ses |
74 | , reqPort = tconnPort ses | 73 | , reqPort = tconnPort ses |
75 | 74 | ||
76 | , reqUploaded = _uploaded pr | 75 | , reqProgress = pr |
77 | , reqDownloaded = _downloaded pr | ||
78 | , reqLeft = _left pr | ||
79 | 76 | ||
80 | , reqIP = Nothing | 77 | , reqIP = Nothing |
81 | , reqNumWant = Nothing | 78 | , reqNumWant = Nothing |