From a1e0ac16e1ab889fd4a015a0c6914f331f034799 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 2 May 2014 14:03:35 -0400 Subject: Removed rtUnspilled in favor of the unspilled result from buildKeyDB --- KeyRing.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/KeyRing.hs b/KeyRing.hs index c79de9f..2bde001 100644 --- a/KeyRing.hs +++ b/KeyRing.hs @@ -198,7 +198,8 @@ data StreamInfo = StreamInfo { access :: Access , typ :: FileType , fill :: KeyFilter - , spill :: KeyFilter -- ^ TODO: currently only respected for PEMFile. + , spill :: KeyFilter -- ^ Currently respected for PEMFile and KeyRingFile. + -- TODO: WalletFile and Hosts -- Note that this is currently treated as a boolean -- flag. KF_None means the file is not spillable -- and anything else means that it is. @@ -241,8 +242,6 @@ data KeyRingRuntime = KeyRingRuntime , rtSecring :: FilePath , rtGrip :: Maybe String , rtWorkingKey :: Maybe Packet - , rtUnspilled :: Map.Map InputFile KeyDB - -- ^ TODO: this is currently unused , rtKeyDB :: KeyDB , rtRingAccess :: Map.Map FilePath Access } -- cgit v1.2.3