Xen Test Framework
include
xtf
xenstore.h
Go to the documentation of this file.
1
6
#ifndef XTF_XENSTORE_H
7
#define XTF_XENSTORE_H
8
13
int
xenstore_init
(
void
);
14
22
const
char
*
xenstore_read
(
const
char
*key);
23
24
#endif
/* XTF_XENSTORE_H */
25
26
/*
27
* Local variables:
28
* mode: C
29
* c-file-style: "BSD"
30
* c-basic-offset: 4
31
* tab-width: 4
32
* indent-tabs-mode: nil
33
* End:
34
*/
xenstore_read
const char * xenstore_read(const char *key)
Issue a XS_READ operation for key, waiting synchronously for the reply.
Definition:
xenbus.c:115
xenstore_init
int xenstore_init(void)
Initialise XTF ready for xenstore communication.
Definition:
xenbus.c:109
Generated by
1.9.4