search for: xs_domain_open

Displaying 3 results from an estimated 3 matches for "xs_domain_open".

2010 Sep 02
7
[PATCH] libxl: make libxl communicate with xenstored by socket or xenbus driver
...39;'s handle in the child */ kvs[0] = "image/device-model-pid"; @@ -1398,9 +1396,10 @@ return; kvs[2] = NULL; - rc = xs_writev(xsh, XBT_NULL, starting->dom_path, kvs); - if (rc) - return; + xsh = xs_daemon_open(); + if (!xsh) + xsh = xs_domain_open(); + xs_writev(xsh, XBT_NULL, starting->dom_path, kvs); xs_daemon_close(xsh); } diff -r eff592364826 tools/libxl/libxl_device.c --- a/tools/libxl/libxl_device.c Wed Sep 01 11:23:49 2010 +0100 +++ b/tools/libxl/libxl_device.c Thu Sep 02 14:51:46 2010 +0100 @@ -406,6 +406,8 @@ char...
2005 Sep 23
0
compiling errors
...t use in this function) xenstore_client.c:34: error: (Each undeclared identifier is reported only once xenstore_client.c:34: error: for each function it appears in.) xenstore_client.c:34: error: syntax error before "success" xenstore_client.c:41: warning: implicit declaration of function `xs_domain_open'' xenstore_client.c:41: warning: assignment makes pointer from integer without a c ast xenstore_client.c:87: error: `success'' undeclared (first use in this function) xenstore_client.c:87: warning: implicit declaration of function `xs_transaction_ start'' xenstore_client.c:9...
2024 Feb 05
7
Bug#1063270: xen: NMU diff for 64-bit time_t transition
...postfork at VERS_4.0 4.16.0 - xs_daemon_open at VERS_4.0 4.16.0 - xs_daemon_open_readonly at VERS_4.0 4.16.0 - xs_daemon_rundir at VERS_4.0 4.16.0 - xs_daemon_socket at VERS_4.0 4.16.0 - xs_daemon_socket_ro at VERS_4.0 4.16.0 - xs_debug_command at VERS_4.0 4.16.0 - xs_directory at VERS_4.0 4.16.0 - xs_domain_open at VERS_4.0 4.16.0 - xs_fileno at VERS_4.0 4.16.0 - xs_get_domain_path at VERS_4.0 4.16.0 - xs_get_permissions at VERS_4.0 4.16.0 - xs_introduce_domain at VERS_4.0 4.16.0 - xs_is_domain_introduced at VERS_4.0 4.16.0 - xs_mkdir at VERS_4.0 4.16.0 - xs_open at VERS_4.0 4.16.0 - xs_path_is_subpath at...