summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Network/DatagramServer/Tox.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Network/DatagramServer/Tox.hs b/src/Network/DatagramServer/Tox.hs
index 9d60d066..ead077bb 100644
--- a/src/Network/DatagramServer/Tox.hs
+++ b/src/Network/DatagramServer/Tox.hs
@@ -386,6 +386,7 @@ instance Envelope Message where
386 deriving (Eq, Ord, Show) 386 deriving (Eq, Ord, Show)
387 387
388 newtype ResponseExtra Message = ResponseNonce { rspNonce :: Nonce8 } 388 newtype ResponseExtra Message = ResponseNonce { rspNonce :: Nonce8 }
389 deriving (Eq, Ord, Show)
389 390
390 data PacketDestination Message = ToxAddr { toxID :: NodeId Message 391 data PacketDestination Message = ToxAddr { toxID :: NodeId Message
391 , toxSockAddr :: SockAddr 392 , toxSockAddr :: SockAddr