diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-01-11 15:46:26 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-01-11 15:46:26 +0000 |
commit | e5144726639ad5c09b2d40a48784ddebaab89f9d (patch) | |
tree | 8dbbbfea96c4e169542dffb8729c93bb63484dd1 /usr.sbin/bgpd/session.h | |
parent | 3527fa5d68b86e7d00a30cf9d7432aca5428fab9 (diff) |
rename field ibuf to imsgbuf in struct ctl_conn
OK tb@
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r-- | usr.sbin/bgpd/session.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <henning@openbsd.org> @@ -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; |