Skip to content

Commit

Permalink
Merge pull request xapi-project#4 from simonjbeaumont/xenstore-paths-…
Browse files Browse the repository at this point in the history
…rename

Move /xapi/* -> /xenops/* in XenStore
  • Loading branch information
euanh committed May 14, 2015
2 parents c4d337d + 0670fa8 commit 378502c
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 378502c

Please sign in to comment.