aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxc/xc.h')
-rw-r--r--tools/libxc/xc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libxc/xc.h b/tools/libxc/xc.h
index 27e7845798..e54f9b198d 100644
--- a/tools/libxc/xc.h
+++ b/tools/libxc/xc.h
@@ -110,6 +110,7 @@ int xc_waitdomain_core(int domain,
typedef struct {
u32 domid;
+ u32 ssidref;
unsigned int dying:1, crashed:1, shutdown:1,
paused:1, blocked:1, running:1;
unsigned int shutdown_reason; /* only meaningful if shutdown==1 */
@@ -124,6 +125,7 @@ typedef struct {
typedef dom0_getdomaininfo_t xc_domaininfo_t;
int xc_domain_create(int xc_handle,
+ u32 ssidref,
u32 *pdomid);