Skip to content

Commit

Permalink
Move /xapi/* -> /xenops/* in XenStore
Browse files Browse the repository at this point in the history
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 <simon.beaumont@citrix.com>
  • Loading branch information
simonjbeaumont committed Sep 13, 2013
1 parent 3d77a09 commit 0670fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotplug.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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) =
Expand Down

0 comments on commit 0670fa8

Please sign in to comment.