From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 1/2] tools: rename libxc's evtchn_port_or_error_t with an xc_ prefix Date: Mon, 25 Jan 2016 18:37:33 +0100 Message-ID: <20160125173733.GA14938@aepfle.de> References: <1453741849-5484-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1453741849-5484-1-git-send-email-ian.campbell@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: Ian Campbell Cc: wei.liu2@citrix.com, Boris Ostrovsky , ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, Jan 25, Ian Campbell wrote: > This is used only for xc_evtchn_alloc_unbound and the legacy/compat > versions of the old interfaces and avoids redefining the typedef. The > evtchn_port_or_error_t name is now used only be libxenevtchn. Tested-by: Olaf Hering Olaf