Date: Fri, 26 Jan 1996 14:10:07 -0800 (PST) From: Garrett Wollman <wollman> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/net if.h Message-ID: <199601262210.OAA01099@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 96/01/26 14:10:03 Modified: sys/net if.h Log: Delete the if_private[] array in struct ifnet; this turned out to be of limited utility. In their place, add bunch of pointers which will eventually be needed by the polled-interrupt scheme we're working here. (It will probably be a while before the code is written and committed here.) At the same time, a `void *if_softc' field was added to the beginning of the structure to make certain driver writers happier. The practical upshot of all this is that you need to recompile utilities such as netstat which manipulate struct ifnet. Revision Changes Path 1.27 +19 -4 src/sys/net/if.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601262210.OAA01099>