summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-02 23:46:46 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-02 23:46:46 +0400
commit521e05a8363dd6505a4cd9db41545c5197900a27 (patch)
treecaa55faf27d6c0251475b0e3680ed81689b2fa37 /src/Network/BitTorrent.hs
parent51d8b40d3b2a4a6f18d8eb1794a4d1c29ab52587 (diff)
Add client state updates eventstream
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 319e66a1..8cb928d3 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -29,6 +29,10 @@ module Network.BitTorrent
29 , getClient 29 , getClient
30 , simpleClient 30 , simpleClient
31 31
32 -- ** Events
33 , ClientEvent (..)
34 , subscription
35
32 -- * Torrent 36 -- * Torrent
33 -- ** Source 37 -- ** Source
34 , InfoHash 38 , InfoHash