summaryrefslogtreecommitdiffhomepage
path: root/Types/Storage.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/Storage.hs')
-rw-r--r--Types/Storage.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Types/Storage.hs b/Types/Storage.hs
index bc186e7..d6e4edf 100644
--- a/Types/Storage.hs
+++ b/Types/Storage.hs
@@ -33,6 +33,7 @@ data Storage = Storage
, countShares :: IO CountResult
, moveShares :: Storage -> IO ()
-- ^ Tries to move all shares from this storage to another one.
+ , uploadQueue :: Maybe Storage
}
data StoreResult = StoreSuccess | StoreAlreadyExists | StoreFailure String