Download raw body.
bgpd: rename ibuf to imsgbuf in struct ctl_conn
On Thu, Jan 11, 2024 at 03:52:46PM +0100, Claudio Jeker wrote: > See subject :) as requested by tb@ thanks :) > @@ -566,25 +568,26 @@ control_imsg_relay(struct imsg *imsg, st > p->stats.pending_update = stats.pending_update; > p->stats.pending_withdraw = stats.pending_withdraw; > > - return imsg_compose(&c->ibuf, type, 0, pid, -1, p, sizeof(*p)); > + return imsg_compose(&c->imsgbuf, type, 0, pid, -1, > + p, sizeof(*p)); should be 4 spaces, not 3. ok tb
bgpd: rename ibuf to imsgbuf in struct ctl_conn