Mostly straightforward conversion to imsg_get_fd() only the handling
authorclaudio <claudio@openbsd.org>
Thu, 14 Dec 2023 13:52:37 +0000 (13:52 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 14 Dec 2023 13:52:37 +0000 (13:52 +0000)
commit01a115c60bd170c77435bdf8b5efc0d3f98309f8
treea0e34a212bbcd2fe80efed5ce0fa4fb0df5d63cd
parenta4e3d7923eea885346065b2b475db830dbdd7bdd
Mostly straightforward conversion to imsg_get_fd() only the handling
of the control socket needs a local variable since imsg_get_fd() can
only be called once on an imsg.
OK tb@
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/rtr.c
usr.sbin/bgpd/session.c