summaryrefslogtreecommitdiffhomepage
path: root/Types
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-14 14:29:58 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-14 14:30:48 -0400
commitf8231ade9124faa3e7b517d2a7e76085ac84b562 (patch)
tree6745e0fc8fe2fc8866ab4837b8d2bc3c88f09c3f /Types
parent0a3eb9be07a7514f5544384bc914f22ea88c24a8 (diff)
downloadkeysafe-f8231ade9124faa3e7b517d2a7e76085ac84b562.tar.gz
Warn when --uploadqueued fails to upload to servers.
Diffstat (limited to 'Types')
-rw-r--r--Types/Storage.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Storage.hs b/Types/Storage.hs
index d6e4edf..2dabcac 100644
--- a/Types/Storage.hs
+++ b/Types/Storage.hs
@@ -31,7 +31,7 @@ data Storage = Storage
-- ^ Run after making some calls to storeShare/retrieveShare,
-- to avoid correlation attacks.
, countShares :: IO CountResult
- , moveShares :: Storage -> IO ()
+ , moveShares :: Storage -> IO [StoreResult]
-- ^ Tries to move all shares from this storage to another one.
, uploadQueue :: Maybe Storage
}