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][libxen] add xen_xspolicy.h to libxen includes file

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][libxen] add xen_xspolicy.h to libxen includes file
From: Reiner Sailer <sailer@xxxxxxxxxx>
Date: Tue, 25 Sep 2007 10:14:23 -0400
Cc: sailer@xxxxxxxxxx
Delivery-date: Tue, 25 Sep 2007 07:15:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)
This patch adds the xen_xspolicy.h header file to the xen_all.h include file in libxen.

Reiner

Signed-off by: Reiner Sailer <sailer@xxxxxxxxxx>

---
 tools/libxen/include/xen/api/xen_all.h |    1 +
 1 file changed, 1 insertion(+)

Index: xen-unstable.hg/tools/libxen/include/xen/api/xen_all.h
===================================================================
--- xen-unstable.hg.orig/tools/libxen/include/xen/api/xen_all.h
+++ xen-unstable.hg/tools/libxen/include/xen/api/xen_all.h
@@ -36,4 +36,5 @@
 #include <xen/api/xen_vm_metrics.h>
 #include <xen/api/xen_vm_power_state.h>
 #include <xen/api/xen_vtpm.h>
+#include <xen/api/xen_xspolicy.h>
 #endif
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][libxen] add xen_xspolicy.h to libxen includes file, Reiner Sailer <=