diff options
Diffstat (limited to 'tools/xc/lib/xc.h')
-rw-r--r-- | tools/xc/lib/xc.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/xc/lib/xc.h b/tools/xc/lib/xc.h index a0205bcc6b..223710fad1 100644 --- a/tools/xc/lib/xc.h +++ b/tools/xc/lib/xc.h @@ -57,10 +57,14 @@ int xc_domain_getinfo(int xc_handle, int xc_shadow_control(int xc_handle, u64 domid, - unsigned int sop); + unsigned int sop, + unsigned long *dirty_bitmap, + unsigned long pages); + #define XCFLAGS_VERBOSE 1 #define XCFLAGS_LIVE 2 +#define XCFLAGS_DEBUG 4 int xc_linux_save(int xc_handle, u64 domid, @@ -247,11 +251,6 @@ int xc_readconsolering(int xc_handle, int xc_physinfo(int xc_handle, xc_physinfo_t *info); - -int xc_shadow_control(int xc_handle, - u64 domid, - unsigned int sop); - int xc_domain_setname(int xc_handle, u64 domid, char *name); |