Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: bgpd: rename ibuf to imsgbuf in struct ctl_conn
To:
tech@openbsd.org
Date:
Thu, 11 Jan 2024 16:43:36 +0100

Download raw body.

Thread
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