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 b5f862dc..8c1a7e3a 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 | XPublish
8 | XAnnounceResponse 9 | XAnnounceResponse
9 | XBitTorrent 10 | XBitTorrent
10 | XDBus 11 | XDBus