From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH RFC 1/9] libxl IDL: rename json_fn to json_gen_fn Date: Mon, 14 Apr 2014 17:55:18 +0100 Message-ID: <1397494518.7802.21.camel@dagon.hellion.org.uk> References: <1397144422-18906-1-git-send-email-wei.liu2@citrix.com> <1397144422-18906-2-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397144422-18906-2-git-send-email-wei.liu2@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: Wei Liu Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-04-10 at 16:40 +0100, Wei Liu wrote: > This json_fn is in fact used to generate string representation of a json > data structure. We will instroduce another json function to parse json "introduce" > data structure in later changeset, so rename json_fn to json_gen_fn to > clarify. > > Signed-off-by: Wei Liu Acked-by: Ian Campbell