diff options
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 |