From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: pointers in public headers Date: Fri, 25 Aug 2006 14:15:59 +0100 Message-ID: <44EF142F.76E4.0078.0@novell.com> References: <44EEBD5E.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org >>> Keir Fraser 25.08.06 09:41 >>> >On 25/8/06 8:05 am, "Jan Beulich" wrote: > >> Is there any reason to retain some instances of uses of pointers in the >> public headers? I would have expected that only guest handles should >> be used there. > >There might be some pointers in io/ring.h but that ought to be all, I think. While there are none there, even for those it would seem ill; but there pointers in - struct mmuext_op (xen.h) - struct vcpu_register_runstate_memory_area (vcpu.h) - struct xsd_errors (io/xs_wire.h) - struct ioreq (hvm/ioreq.h) Jan