Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2005 11:52:03 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 81399 for review
Message-ID:  <200508031152.j73Bq31C080661@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=81399

Change 81399 by rwatson@rwatson_zoo on 2005/08/03 11:51:42

	When I merged the addition of if_addr_mtx to CVS, I moved it from
	part-way through the data structure to the end for ABI reasons.
	When I integrated, both instances remained, so remove the one in
	the middle, since the one at the end is preferred.

Affected files ...

.. //depot/projects/netsmp/src/sys/net/if_var.h#6 edit

Differences ...

==== //depot/projects/netsmp/src/sys/net/if_var.h#6 (text+ko) ====

@@ -177,7 +177,6 @@
 	void	*if_afdata[AF_MAX];
 	int	if_afdata_initialized;
 	struct	mtx if_afdata_mtx;
-	struct	mtx if_addr_mtx;	/* mutex to protect address lists */
 	struct	task if_starttask;	/* task for IFF_NEEDSGIANT */
 	struct	task if_linktask;	/* task for link change events */
 	struct	mtx if_addr_mtx;	/* mutex to protect address lists */



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