From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58488 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPyAC-0003Nh-0T for qemu-devel@nongnu.org; Tue, 07 Dec 2010 09:05:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPyAA-0002NY-Jx for qemu-devel@nongnu.org; Tue, 07 Dec 2010 09:05:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPyAA-0002NR-9i for qemu-devel@nongnu.org; Tue, 07 Dec 2010 09:05:02 -0500 Message-ID: <4CFE3F09.3040702@redhat.com> Date: Tue, 07 Dec 2010 15:04:57 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <1291399402-20366-1-git-send-email-mdroth@linux.vnet.ibm.com> <1291399402-20366-6-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1291399402-20366-6-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC][PATCH v5 05/21] virtagent: base client definitions List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: agl@linux.vnet.ibm.com, stefanha@linux.vnet.ibm.com, abeekhof@redhat.com, qemu-devel@nongnu.org, aliguori@linux.vnet.ibm.com, ryanh@us.ibm.com On 12/03/10 19:03, Michael Roth wrote: > +#ifndef VIRTAGENT_H > +#define VIRTAGENT_H > + > +#include "monitor.h" > + > +#define GUEST_AGENT_PATH_CLIENT "/tmp/virtagent-guest-client.sock" > +#define HOST_AGENT_PATH_CLIENT "/tmp/virtagent-host-client.sock" As mentioned last time, this belongs in a config file. Jes