summaryrefslogtreecommitdiff
path: root/src/Erebos/Service.hs
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-07-28 16:48:15 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-07-28 21:40:34 +0200
commit8bcaaf5524504f01bd5643d74848cec625370aa9 (patch)
tree9a5e0e8a3564d1559851460f408903b87c32292a /src/Erebos/Service.hs
parentae235831a83eb80910ad58f9a324a688ce5e2e47 (diff)
Peer address input in ServiceHandler
Diffstat (limited to 'src/Erebos/Service.hs')
-rw-r--r--src/Erebos/Service.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Erebos/Service.hs b/src/Erebos/Service.hs
index 4499ef9..afcf512 100644
--- a/src/Erebos/Service.hs
+++ b/src/Erebos/Service.hs
@@ -115,6 +115,7 @@ mkServiceID = maybe (error "Invalid service ID") ServiceID . U.fromString
data ServiceInput s = ServiceInput
{ svcAttributes :: ServiceAttributes s
, svcPeer :: Peer
+ , svcPeerAddress :: PeerAddress
, svcPeerIdentity :: UnifiedIdentity
, svcServer :: Server
, svcPrintOp :: String -> IO ()