Skip to content

Commit

Permalink
CA-221976: xenops: include site-uuid in PVS-proxy metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Hoes <[email protected]>
  • Loading branch information
robhoes committed Oct 3, 2016
1 parent 7769707 commit 8ef6624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xen/xenops_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,14 @@ module Vif = struct
let default_locking_mode = Unlocked

module PVS_proxy = struct
type site = string
type server = {
addresses: string list;
first_port: int;
last_port: int;
}
type interface = string
type t = (server list * interface)
type t = (site * server list * interface)
end

type t = {
Expand Down

0 comments on commit 8ef6624

Please sign in to comment.