From owner-svn-src-head@FreeBSD.ORG Tue Jul 9 09:56:56 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B6A6A5E for ; Tue, 9 Jul 2013 09:56:56 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2531650 for ; Tue, 9 Jul 2013 09:56:55 +0000 (UTC) Received: (qmail 71488 invoked from network); 9 Jul 2013 10:47:52 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 9 Jul 2013 10:47:52 -0000 Message-ID: <51DBDE64.2060909@freebsd.org> Date: Tue, 09 Jul 2013 11:56:52 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: "Andrey V. Elsukov" Subject: Re: svn commit: r253081 - in head: sys/net sys/netinet sys/netinet6 sys/netipsec tools/tools/crypto usr.bin/netstat References: <201307090932.r699W6Ks034249@svn.freebsd.org> In-Reply-To: <201307090932.r699W6Ks034249@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 09:56:56 -0000 On 09.07.2013 11:32, Andrey V. Elsukov wrote: > Author: ae > Date: Tue Jul 9 09:32:06 2013 > New Revision: 253081 > URL: http://svnweb.freebsd.org/changeset/base/253081 > > Log: > Prepare network statistics structures for migration to PCPU counters. > Use uint64_t as type for all fields of structures. Yes! Finally 64 bit counters! :) -- Andre