summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Bus.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Bus.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Bus.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Network/BitTorrent/Exchange/Bus.hs b/src/Network/BitTorrent/Exchange/Bus.hs
index 4800c4a0..7de91180 100644
--- a/src/Network/BitTorrent/Exchange/Bus.hs
+++ b/src/Network/BitTorrent/Exchange/Bus.hs
@@ -34,6 +34,9 @@ flushPending = {-# SCC flushPending #-} do
34 P2P monad 34 P2P monad
35-----------------------------------------------------------------------} 35-----------------------------------------------------------------------}
36 36
37filterMeaninless :: P2P Message Message
38filterMeaninless = undefined
39
37-- | 40-- |
38-- Exceptions: 41-- Exceptions:
39-- 42--