From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH] xs.h and xs_lib.h Date: Sun, 12 Jun 2005 16:36:45 +1000 Message-ID: <1118558205.31631.2.camel@localhost.localdomain> References: <9cde8bff050610013219cd249d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9cde8bff050610013219cd249d@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: aq Cc: Xen Dev List-Id: xen-devel@lists.xenproject.org On Fri, 2005-06-10 at 03:32 -0500, aq wrote: > This patch moves declaration of xs_handle from xs.c to xs.h. No; why do this? It's opaque for a reason. Originally it was just an int, but Keir insisted it be an opaque structure. Exposing it binds us to the current structure again. > Besides, > it installs xs.h and xs_lib.h to /usr/include, and gets top Makefile > uninstalled them when cleaning up. xs_lib.h should not be installed in /usr/include! Rusty. -- A bad analogy is like a leaky screwdriver -- Richard Braakman