mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
server: remove broadcastBMPMsg
not used Signed-off-by: ISHIDA Wataru <[email protected]>
This commit is contained in:
@@ -27,16 +27,6 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type broadcastBMPMsg struct {
|
||||
ch chan *broadcastBMPMsg
|
||||
msgList []*bgp.BMPMessage
|
||||
conn *net.TCPConn
|
||||
}
|
||||
|
||||
func (m *broadcastBMPMsg) send() {
|
||||
m.ch <- m
|
||||
}
|
||||
|
||||
type bmpServer struct {
|
||||
conn *net.TCPConn
|
||||
host string
|
||||
|
||||
Reference in New Issue
Block a user