Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2009 07:56:32 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Ermal LuXi <eri@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   Re: svn commit: r198007 - user/eri/pf45/head/sys/contrib/pf/net
Message-ID:  <200910130756.32986.jhb@freebsd.org>
In-Reply-To: <200910122226.n9CMQAYr087381@svn.freebsd.org>
References:  <200910122226.n9CMQAYr087381@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 12 October 2009 6:26:10 pm Ermal LuXi wrote:
> Author: eri
> Date: Mon Oct 12 22:26:10 2009
> New Revision: 198007
> URL: http://svn.freebsd.org/changeset/base/198007
> 
> Log:
>   * Prefix some other variables with V_ since their name is the same as 
their struct type.
>   * For being virtualization ready only contexes should be considered 
especially in event handlers.

FWIW, I think it will be simpler to just have all virtualized variables start 
with V_ rather than having a partial mix.  They should either all have V_ or 
none of them have V_ as anything else will just be confusing.  And since the 
case of none of them having V_ doesn't compile that narrows it down. :)

-- 
John Baldwin



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