Date: Sat, 20 Aug 2005 13:38:22 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_var.h Message-ID: <200508201338.j7KDcNeL040846@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-08-20 13:38:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_var.h Log: Merge if_var.h:1.99 from HEAD to RELENG_6: Allocate one of the spare ifnet integer fields to hold if_drv_flags, which in the future will hold IFF_OACTIVE and IFF_RUNNING, and have its access synchronized by the device driver rather than the protocol stack. This will avoid potential races in the management of flags in if_flags. Discussed with: various (scottl, jhb, ...) Approved by: re (kensmith) Revision Changes Path 1.98.2.2 +1 -1 src/sys/net/if_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508201338.j7KDcNeL040846>