From 0670fa800af21d7c513ba497ba2854b82fac4662 Mon Sep 17 00:00:00 2001 From: Si Beaumont Date: Fri, 13 Sep 2013 17:14:24 +0100 Subject: [PATCH] Move /xapi/* -> /xenops/* in XenStore It's really xenops that's using these paths so it makes sense that these paths be under that name. Signed-off-by: Si Beaumont --- src/hotplug.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hotplug.ml b/src/hotplug.ml index 1aef6d7c7..bbd1c99ef 100644 --- a/src/hotplug.ml +++ b/src/hotplug.ml @@ -49,9 +49,9 @@ exception Loopdev_all_busy (* We store some transient data elsewhere in xenstore to avoid it getting deleted by accident when a domain shuts down. We should always zap this tree on boot. *) -let private_path = "/xapi" +let private_path = "/xenops" -(* The private data path is only used by xapi and ignored by frontend and backend *) +(* The private data path is only used by xenops and ignored by frontend and backend *) let get_private_path domid = sprintf "%s/%d" private_path domid let get_private_data_path_of_device (x: device) =