summaryrefslogtreecommitdiff
path: root/dht/src/DebugTag.hs
diff options
context:
space:
mode:
Diffstat (limited to 'dht/src/DebugTag.hs')
-rw-r--r--dht/src/DebugTag.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dht/src/DebugTag.hs b/dht/src/DebugTag.hs
index efa6415f..83f9b1f8 100644
--- a/dht/src/DebugTag.hs
+++ b/dht/src/DebugTag.hs
@@ -5,6 +5,7 @@ import Data.Typeable
5-- | Debug Tags, add more as needed, but ensure XAnnounce is always first, XMisc last 5-- | Debug Tags, add more as needed, but ensure XAnnounce is always first, XMisc last
6data DebugTag 6data DebugTag
7 = XAnnounce 7 = XAnnounce
8 | XAnnounceResponse
8 | XBitTorrent 9 | XBitTorrent
9 | XDHT 10 | XDHT
10 | XLan 11 | XLan