From 6ea993cbb173bbc4bb5f8095724735aa6439d164 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 27 Sep 2013 11:16:22 +0100 Subject: xl: fork before execing vncviewer Otherwise we don't daemonize to monitor the domain. Heavily cargo-culted from autoconnect-console and only compile tested. Signed-off-by: Ian Campbell Tested-by: Olaf Hering --- tools/libxl/xl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/libxl/xl.h') diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h index e72a7d2127..e005c393da 100644 --- a/tools/libxl/xl.h +++ b/tools/libxl/xl.h @@ -128,7 +128,7 @@ typedef struct { } xlchild; typedef enum { - child_console, child_waitdaemon, child_migration, + child_console, child_waitdaemon, child_migration, child_vncviewer, child_max } xlchildnum; -- cgit v1.2.3