remove obsolete fields from NotifyPeer
This commit is contained in:
parent
5b79592a62
commit
87f1ed89fb
|
@ -25,14 +25,12 @@ type
|
|||
NotifyPeer* = object
|
||||
sender*: string
|
||||
recipient*: string
|
||||
technique*: string
|
||||
srcIp*: IpAddress
|
||||
srcPort*: Port
|
||||
probedSrcPorts*: seq[Port]
|
||||
dstIp*: IpAddress
|
||||
dstPort*: Port
|
||||
probedDstPorts*: seq[Port]
|
||||
extraArgs*: string
|
||||
|
||||
proc getEndpoint(srcPort: Port, serverHostname: string, serverPort: Port):
|
||||
Future[OkGetEndpoint] {.async.} =
|
||||
|
|
Loading…
Reference in New Issue