|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH][TRIVIAL] Include <xen/acm.h> by default in xc.h
Normal users of xc_domain_create() will have to get at ACM_DEFAULT_SSID
which is defined in <xen/acm.h>. This is a trivial patch to make sure
xc.h includes <xen/acm.h> so that it remains self-contained. The xc
bindings have not needed this since they use 0xffffffff instead of the
appropriate macro.
Signed-off-by: Anthony Liguori <aliguori@xxxxxxxxxx>
Regards,
Anthony Liguori
--- tools/libxc/xc.h~ 2005-06-22 14:45:33.000000000 -0500
+++ tools/libxc/xc.h 2005-06-22 22:04:40.091377216 -0500
@@ -25,6 +25,7 @@
#include <xen/dom0_ops.h>
#include <xen/event_channel.h>
#include <xen/sched_ctl.h>
+#include <xen/acm.h>
/*
* DEFINITIONS FOR CPU BARRIERS
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH][TRIVIAL] Include <xen/acm.h> by default in xc.h,
Anthony Liguori <=
|
|
|
|
|