Date: Sun, 12 Apr 2009 14:19:37 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_carp.c ip_carp.h Message-ID: <200904121419.n3CEJl9L059936@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-04-12 14:19:37 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_carp.c ip_carp.h
Log:
SVN rev 190968 on 2009-04-12 14:19:37Z by rwatson
Update stats in struct carpstats using two new macros: CARPSTATS_ADD()
and CARPSTATS_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
structure.
MFC after: 3 days
Revision Changes Path
1.62 +20 -20 src/sys/netinet/ip_carp.c
1.4 +5 -0 src/sys/netinet/ip_carp.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904121419.n3CEJl9L059936>
