1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

Cleanup unused struct fields

This commit is contained in:
Ben Cartwright-Cox
2023-02-21 22:14:20 +00:00
parent 6e4c533e8a
commit caad9d419f

View File

@ -21,17 +21,13 @@ type ClientSession struct {
version uint8 version uint8
connected bool connected bool
tcpconn net.Conn
rd io.Reader
wr io.Writer
curserial uint32
transmits chan PDU transmits chan PDU
quit chan bool quit chan bool
tcpconn net.Conn
sshsession *ssh.Session
rd io.Reader
wr io.Writer
handler RTRClientSessionEventHandler handler RTRClientSessionEventHandler
log Logger log Logger