diff options
Diffstat (limited to 'table/temporary_structs.go')
-rw-r--r-- | table/temporary_structs.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/table/temporary_structs.go b/table/temporary_structs.go index a561aa72..f892f625 100644 --- a/table/temporary_structs.go +++ b/table/temporary_structs.go @@ -13,10 +13,7 @@ type Peer struct { RemoteAddress net.IP protocol *BgpProtocol } -type SentRoute struct { - path Path - peer *Peer -} + type BgpProtocol struct { //need to define a structure recvOpenMsg *bgp.BGPOpen |