|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Easy user-space usage of xenstore
On Jun 30, 2006, at 8:29 AM, Vincent Hanquez wrote:
you can access /local/domain/<self>/.. by just using relative path
instead
of absolute path.
ex: if you want to read /local/domain/5/something/x from domain 5
you can
just do :
value = xs_read("something/x");
Oh can I? That's what I thought except when I do:
$ xenstore-read something
it fails. Maybe that's because xenstore-read always does an absolute
path. I've read the source and it doesn't seem that way, I'll guess
I'll try writing a program that uses the xs library to be sure.
Cheers,
--
Vincent Hanquez
Thanks!
Rian Hunter
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|