CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/20 05:59:39
Modified files:
usr.sbin/bgpd : control.c rde.c rtr_proto.c session.c session.h
Log message:
Use msgbuf_queuelen() instead of accessing wbuf.queue for msgbuf structs.
Also export the msgbuf queue len as a stats member so bgpctl does not need
to dig into the msgbuf structure inside struct peer.
This skips imsg related msgbuf since that will be handled by a imsgbuf
specific function.
OK tb@
