diff options
author | James Crayne <jim.crayne@gmail.com> | 2017-11-15 23:34:32 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2017-11-19 23:40:17 +0000 |
commit | d12baaa1c0866a410b87386cf8ea577f1dcbaf44 (patch) | |
tree | 81c99b5ac110e853973a34b02dddb072b823b6bf /src/Network/Tox/Crypto | |
parent | 4c270190a5e04340f2bddb8442cd9eab42ba8bcf (diff) |
comment
Diffstat (limited to 'src/Network/Tox/Crypto')
-rw-r--r-- | src/Network/Tox/Crypto/Handlers.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
55 | , svStatus :: TVar UserStatus | 55 | , svStatus :: TVar UserStatus |
56 | , svStatusMsg :: TVar ByteString | 56 | , svStatusMsg :: TVar ByteString |
57 | , svGroups :: TVar (Map.Map GroupChatId (Set.Set SockAddr)) | 57 | , svGroups :: TVar (Map.Map GroupChatId (Set.Set SockAddr)) |
58 | -- allthough these directories are not visible to others on the net | ||
59 | -- they are included in this type, because it facilitates organizing | ||
60 | -- the disk according to your public image. | ||
58 | , svCacheDir :: FilePath -- ^ directory path used if the session has to use the disk for cache | 61 | , svCacheDir :: FilePath -- ^ directory path used if the session has to use the disk for cache |
59 | -- clean up only if space is needed | 62 | -- clean up only if space is needed |
60 | , svTmpDir :: FilePath -- ^ Once off storage goes here, should clean up quickly | 63 | , svTmpDir :: FilePath -- ^ Once off storage goes here, should clean up quickly |