From 2b414feaf2d20452794d0cdd608c6dd91feb1ec1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Jul 2014 16:23:36 -0400 Subject: implement chunk logs Slightly tricky as they are not normal UUIDBased logs, but are instead maps from (uuid, chunksize) to chunkcount. This commit was sponsored by Frank Thomas. --- Remote/Helper/Chunked.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Remote') diff --git a/Remote/Helper/Chunked.hs b/Remote/Helper/Chunked.hs index a71c39fbc..edd9dd8c9 100644 --- a/Remote/Helper/Chunked.hs +++ b/Remote/Helper/Chunked.hs @@ -9,12 +9,11 @@ module Remote.Helper.Chunked where import Utility.DataUnits import Types.Remote +import Logs.Chunk.Pure (ChunkSize) import qualified Data.Map as M import Data.Int -type ChunkSize = Int64 - data ChunkConfig = NoChunks | UnpaddedChunks ChunkSize -- cgit v1.2.3