From e5144726639ad5c09b2d40a48784ddebaab89f9d Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Thu, 11 Jan 2024 15:46:26 +0000 Subject: rename field ibuf to imsgbuf in struct ctl_conn OK tb@ --- usr.sbin/bgpd/session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bgpd/session.h') diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index dfe90943b7e..8c677c3d914 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.165 2024/01/10 11:08:04 claudio Exp $ */ +/* $OpenBSD: session.h,v 1.166 2024/01/11 15:46:25 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer @@ -130,7 +130,7 @@ struct bgpd_sysdep { struct ctl_conn { TAILQ_ENTRY(ctl_conn) entry; - struct imsgbuf ibuf; + struct imsgbuf imsgbuf; int restricted; int throttled; int terminate; -- cgit v1.2.3