CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/16 06:15:31
Modified files:
usr.sbin/bgpd : logmsg.c session.c session.h
Log message:
Switch session_notification() over to use a struct ibuf to carry the
extra data. With this IMSG_UPDATE_ERR can use the new imsg API.
Introduce session_notification_data() for the few cases where there
is no ibuf readily available.
OK tb@
