Xen Test Framework
|
Xenstore driver. More...
Go to the source code of this file.
Functions | |
int | xenstore_init (void) |
Initialise XTF ready for xenstore communication. More... | |
const char * | xenstore_read (const char *key) |
Issue a XS_READ operation for key , waiting synchronously for the reply. More... | |
Xenstore driver.
Definition in file xenstore.h.
int xenstore_init | ( | void | ) |
const char * xenstore_read | ( | const char * | key | ) |
Issue a XS_READ operation for key
, waiting synchronously for the reply.
Returns NULL on error. The current implementation unmarshals data into a static buffer, so the return pointer is only valid until a subsequent xenstore operation.
Definition at line 115 of file xenbus.c.