aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-09-27 11:16:22 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-10-03 13:39:53 +0100
commit6ea993cbb173bbc4bb5f8095724735aa6439d164 (patch)
tree76cbb8d2ce5021d8f07d81c8c2d09ab1830d8257 /tools/libxl/xl.h
parenta7fa7a4fd6b94c2ace19774ba4ba9f0185c2f2c1 (diff)
downloadxen-6ea993cbb173bbc4bb5f8095724735aa6439d164.tar.gz
xen-6ea993cbb173bbc4bb5f8095724735aa6439d164.tar.bz2
xen-6ea993cbb173bbc4bb5f8095724735aa6439d164.zip
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 <ian.campbell@citrix.com> Tested-by: Olaf Hering <olaf@aepfle.de>
Diffstat (limited to 'tools/libxl/xl.h')
-rw-r--r--tools/libxl/xl.h2
1 files changed, 1 insertions, 1 deletions
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;