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