diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-24 13:36:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-24 13:36:23 -0400 |
commit | c1a93cb4805e35e288b3185ef0f26cf1f3ab783f (patch) | |
tree | dec2b8a6d2892c5ae11750d497a1896da4968977 /Upgrade/V1.hs | |
parent | 56207070a011033519ade56791478101694ed964 (diff) |
add chunk metadata to Key
Added new fields for chunk number, and chunk size. These will not appear
in normal keys ever, but will be used for chunked data stored on special
remotes.
This commit was sponsored by Jouni K Seppanen.
Diffstat (limited to 'Upgrade/V1.hs')
-rw-r--r-- | Upgrade/V1.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrade/V1.hs b/Upgrade/V1.hs index 8af4848a1..347b102ac 100644 --- a/Upgrade/V1.hs +++ b/Upgrade/V1.hs @@ -144,7 +144,7 @@ oldlog2key l readKey1 :: String -> Key readKey1 v | mixup = fromJust $ file2key $ intercalate ":" $ Prelude.tail bits - | otherwise = Key + | otherwise = stubKey { keyName = n , keyBackendName = b , keySize = s |