Subject: Re: Xen, static global variables and libkvm
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Greg Troxel <gdt@ir.bbn.com>
List: tech-kern
Date: 10/13/2005 14:28:42
It strikes me as inelegant to have a variable declared static, which
should mean it is not visible outside the file, and then want to look
at it from outside the file.  But, from a debugging viewpoint, one
should be able to see static variables, so perhaps both a and b.

-- 
        Greg Troxel <gdt@ir.bbn.com>