diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-06-20 18:35:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-06-20 18:35:13 +0000 |
commit | 27aab8e947ae47e5ef251b626c74f07b90c6d431 (patch) | |
tree | 107f3a2241bf2915922968599d684540fb3a41a9 /usr.sbin/bgpd/session.h | |
parent | 3e242c00ff1012f1cedac4f789cf6f5bbb86b327 (diff) |
at least somewhat consistently name the TAILQ_ENTRYs... this confused me
more than once
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 61a5a4d8951..c11240cb76c 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.56 2004/06/20 17:49:46 henning Exp $ */ +/* $OpenBSD: session.h,v 1.57 2004/06/20 18:35:12 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -131,7 +131,7 @@ struct bgpd_sysdep { }; struct ctl_conn { - TAILQ_ENTRY(ctl_conn) entries; + TAILQ_ENTRY(ctl_conn) entry; struct imsgbuf ibuf; }; |