cvs commit: src/sys/net if_var.h

Robert Watson rwatson at FreeBSD.org
Sat Aug 20 13:38:23 GMT 2005


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


More information about the cvs-all mailing list