Date: Sun, 1 Mar 2009 12:42:54 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_var.h Message-ID: <200903011243.n21ChAvj083485@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-03-01 12:42:54 UTC FreeBSD src repository Modified files: sys/net if_var.h Log: SVN rev 189230 on 2009-03-01 12:42:54Z by rwatson Do a bit of struct ifnet cleanup in preparation for 8.0: group function pointers together, move padding to the bottom of the structure, and add two new integer spares due to attrition over time. Remove unused spare "flags" field, we can use one of the spare ints if we need it later. This change requires a rebuild of device driver modules that depend on the layout of ifnet for binary compatibility reasons. Discussed with: kmacy Revision Changes Path 1.130 +12 -7 src/sys/net/if_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903011243.n21ChAvj083485>