From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 06 of 10] xenalyze: move struct record_info into a header Date: Thu, 7 Jun 2012 12:31:21 +0100 Message-ID: <4FD09109.4030409@citrix.com> References: <5723153376e0d7102012.1338462982@qabil.uk.xensource.com> <4FD08C5E.3010201@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FD08C5E.3010201@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 07/06/12 12:11, George Dunlap wrote: > On 31/05/12 12:16, David Vrabel wrote: >> Split out struct record_info onto the analyze.h so it can be used >> outside of xenalyze.c. > I assume this is mainly to support the plugin infrastructure? Yes, but it will also make it easier to split up the enormous xenalyze.c file in the future. David