From: Dave Voutila Subject: Re: vmd: convert to imsg_get_fd() To: Claudio Jeker Cc: tech@openbsd.org Date: Thu, 18 Jan 2024 09:12:55 -0500 Claudio Jeker writes: > vmd is doing a lot of fd passing so this diff is far more complex then any > other daemon (apart from smtpd). > > I did not manage to figure out if proc_forward_imsg() needs to forward fds > or not. So I took the save route and forward with imsg_get_fd(). > I don't think it does, but will need to double check. > Works with my very basic use of vmd. Reads fine to me. ok dv@