From d12baaa1c0866a410b87386cf8ea577f1dcbaf44 Mon Sep 17 00:00:00 2001 From: James Crayne Date: Wed, 15 Nov 2017 23:34:32 +0000 Subject: comment --- src/Network/Tox/Crypto/Handlers.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Network/Tox') diff --git a/src/Network/Tox/Crypto/Handlers.hs b/src/Network/Tox/Crypto/Handlers.hs index 1911eccf..edfcb260 100644 --- a/src/Network/Tox/Crypto/Handlers.hs +++ b/src/Network/Tox/Crypto/Handlers.hs @@ -55,6 +55,9 @@ data SessionView = SessionView , svStatus :: TVar UserStatus , svStatusMsg :: TVar ByteString , svGroups :: TVar (Map.Map GroupChatId (Set.Set SockAddr)) + -- allthough these directories are not visible to others on the net + -- they are included in this type, because it facilitates organizing + -- the disk according to your public image. , svCacheDir :: FilePath -- ^ directory path used if the session has to use the disk for cache -- clean up only if space is needed , svTmpDir :: FilePath -- ^ Once off storage goes here, should clean up quickly -- cgit v1.2.3