RE: FreeBSD 3.2 - new ifnet structure

1999-05-28 Thread Emmanuel Duros
> [ML] I don't have the source in front of me, but I think it >uses queue.h macros now so that the definition probably looks like > typedef LIST_HEAD( something, ifnet ) ifnethead; > > where LIST could also be TAILQ, CIRCQ, or something else (the >AIX version of sys/queue

RE: FreeBSD 3.2 - new ifnet structure

1999-05-28 Thread Ladavac Marino
> -Original Message- > From: Emmanuel Duros [SMTP:emmanuel.du...@sophia.inria.fr] > Sent: Friday, May 28, 1999 10:19 AM > To: freebsd-hackers@freebsd.org > Subject: FreeBSD 3.2 - new ifnet structure > > > The last FreeBSD release provides a new ifnet structure different from > the