cvs commit: src/sys/net if_var.h
Robert Watson
rwatson at FreeBSD.org
Thu Jul 21 22:01:17 GMT 2005
rwatson 2005-07-21 22:01:06 UTC
FreeBSD src repository
Modified files:
sys/net if_var.h
Log:
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, ...)
MFC after: 1 week
Revision Changes Path
1.99 +1 -1 src/sys/net/if_var.h
More information about the cvs-src
mailing list