cvs commit: src/sys/net if_var.h

Robert Watson rwatson at FreeBSD.org
Tue Aug 16 09:15:15 GMT 2005


rwatson     2005-08-16 09:15:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              if_var.h 
  Log:
  Merge if_var.h:1.100 from HEAD to RELENG_6:
  
    Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related address
    lists.  Add accessor macros.
  
    This changes the size of struct ifnet, but ideally, all ifnet consumers
    are now using if_alloc() to allocate these structures rather than
    embedding them into device driver softc's, so this won't modify the
    network device driver ABI.
  
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.98.2.1  +11 -0     src/sys/net/if_var.h


More information about the cvs-all mailing list