From 36cac7b4646d64c485320f066e6fb6a2a54427d3 Mon Sep 17 00:00:00 2001 From: Sam T Date: Wed, 17 Jul 2013 03:13:23 +0400 Subject: + Get torrent info with caching. --- src/System/Torrent/Storage.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/System/Torrent') diff --git a/src/System/Torrent/Storage.hs b/src/System/Torrent/Storage.hs index c33be89c..99d164f2 100644 --- a/src/System/Torrent/Storage.hs +++ b/src/System/Torrent/Storage.hs @@ -299,7 +299,7 @@ readFD fd @ FD {..} offset reqSize = readAhead fd offset expSize return $ Right bs --- TODO +-- TODO implement COW; needed for applications which want to change files. writeFD :: FD -> ByteString -> Offset -> IO () writeFD FD {..} bs offset = return () -- cgit v1.2.3