Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2005 09:15:14 +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:  <200508160915.j7G9FEeL061729@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508160915.j7G9FEeL061729>