Date: Sun, 12 Apr 2009 13:41:13 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet igmp.c igmp_var.h Message-ID: <200904121341.n3CDfEO3055758@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-04-12 13:41:13 UTC
FreeBSD src repository
Modified files:
sys/netinet igmp.c igmp_var.h
Log:
SVN rev 190965 on 2009-04-12 13:41:13Z by rwatson
Update stats in struct igmpstat using two new macros:
IGMPSTAT_ADD() and IGMPSTAT_INC(), rather than directly
manipulating the fields of the structure. This will make it
easier to change the implementation of these statistics,
such as using per-CPU versions of the data structures.
MFC after: 3 days
Revision Changes Path
1.69 +29 -29 src/sys/netinet/igmp.c
1.24 +5 -0 src/sys/netinet/igmp_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904121341.n3CDfEO3055758>
