WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] xenstore library revert and fixes

To: Rusty Russell <rusty@xxxxxxxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] xenstore library revert and fixes
From: aq <aquynh@xxxxxxxxx>
Date: Tue, 14 Jun 2005 21:50:18 -0700
Delivery-date: Wed, 15 Jun 2005 04:49:23 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=aaX18XeQIBxMGsC99qbQf6VMpz9e/IEkIEKSnpa9r32ePz5vYxDkM8hSksARTxRBqxFm4Px3OOwfhShs0srYNMmvxgQIDTvFNfx6XX/W4TfqfNX9g5jW0+rpT+5hLy8oDrTD9zkkMW+IbnoEIIih9sP2dwXSu9PQSXrq0KKfsko=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch reverts changes in the last patch on xenstore library
(which puts xs_ prefix to some private functions). Besides, it move
some part of xs_lib.h to xs.h, and fixes a typo on macro definition in
xs_lib.h (_XR_LIB_H). And xs_lib.h will not be installed into
/usr/include any more.

Is this fine, Rusty?

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>


$ diffstat xenstore.patch 
 Makefile                        |    2 +-
 tools/xenstore/Makefile         |    1 -
 tools/xenstore/fake_libxc.c     |    2 +-
 tools/xenstore/xenstored_core.c |   18 +++++++++---------
 tools/xenstore/xenstored_test.h |    2 +-
 tools/xenstore/xs.c             |   14 +++++++-------
 tools/xenstore/xs.h             |   22 +++++++++++++++++++---
 tools/xenstore/xs_lib.c         |    8 ++++----
 tools/xenstore/xs_lib.h         |   30 ++++++++----------------------
 tools/xenstore/xs_random.c      |    8 ++++----
 tools/xenstore/xs_test.c        |    4 ++--
 11 files changed, 56 insertions(+), 55 deletions(-)

Attachment: xenstore.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>