CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/01/19 02:53:11
Modified files: usr.sbin/ospf6d: lsreq.c lsupdate.c Log message: Use ospfe_imsg_compose_rde() instead of exporting iev_rde and using imsg_compose_event() directly. This is needed to make the imsg event structures static in ospfe.c, rde.c and ospf6d.c.