aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xs_lib.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-07 16:49:29 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-07 16:49:29 +0100
commit5b013ee25684e0d3fb155123bd8ae33b8d465d60 (patch)
tree95e738944b7d4b1b8f5e12914814f83af076f2f6 /tools/xenstore/xs_lib.h
parent79133a09fb76091261c5a2aac1b8bb84432eb02a (diff)
downloadxen-5b013ee25684e0d3fb155123bd8ae33b8d465d60.tar.gz
xen-5b013ee25684e0d3fb155123bd8ae33b8d465d60.tar.bz2
xen-5b013ee25684e0d3fb155123bd8ae33b8d465d60.zip
Rationalise xenstore header files a little. xenstored.h,
which defines aspects of the 'wire' protocol between xs daemon and clients in user and kernel land, is now xs_wire.h and moved to xen's public/io directory. From there it is more easily accessible by kernels. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xenstore/xs_lib.h')
-rw-r--r--tools/xenstore/xs_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/xenstore/xs_lib.h b/tools/xenstore/xs_lib.h
index 91abd4680c..d446a1cc9c 100644
--- a/tools/xenstore/xs_lib.h
+++ b/tools/xenstore/xs_lib.h
@@ -23,6 +23,8 @@
#include <stdbool.h>
#include <limits.h>
#include <xenctrl.h>
+#include <errno.h>
+#include <xen/io/xs_wire.h>
/* Bitmask of permissions. */
enum xs_perm_type {