aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
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 /.hgignore
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 '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 7dddc93cae..72b8f826d7 100644
--- a/.hgignore
+++ b/.hgignore
@@ -155,7 +155,7 @@
^tools/xenstore/xenstore-read$
^tools/xenstore/xenstore-rm$
^tools/xenstore/xenstore-write$
-^tools/xenstore/xs_dom0_test$
+^tools/xenstore/xs_crashme$
^tools/xenstore/xs_random$
^tools/xenstore/xs_stress$
^tools/xenstore/xs_tdb_dump$