From 960371fa2c36814d148968f397b59c1d53590527 Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Fri, 11 May 2012 17:46:15 +0100 Subject: libxc: introduce XC_SAVE_ID_TOOLSTACK Introduce a new save_id to save/restore toolstack specific extra information. Signed-off-by: Stefano Stabellini Committed-by: Ian Jackson --- tools/xcutils/xc_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xcutils') diff --git a/tools/xcutils/xc_restore.c b/tools/xcutils/xc_restore.c index e41a133732..0235579622 100644 --- a/tools/xcutils/xc_restore.c +++ b/tools/xcutils/xc_restore.c @@ -47,7 +47,7 @@ main(int argc, char **argv) ret = xc_domain_restore(xch, io_fd, domid, store_evtchn, &store_mfn, 0, console_evtchn, &console_mfn, 0, hvm, pae, superpages, - 0, NULL); + 0, NULL, NULL); if ( ret == 0 ) { -- cgit v1.2.3