Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2005 17:43:35 +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:  <200508021743.j72HhZRj009221@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-08-02 17:43:35 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_var.h 
  Log:
  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.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.100     +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?200508021743.j72HhZRj009221>