Skip to content

Commit 8ef6624

Browse files
committed
CA-221976: xenops: include site-uuid in PVS-proxy metadata
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
1 parent 7769707 commit 8ef6624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xen/xenops_interface.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,13 +465,14 @@ module Vif = struct
465465
let default_locking_mode = Unlocked
466466

467467
module PVS_proxy = struct
468+
type site = string
468469
type server = {
469470
addresses: string list;
470471
first_port: int;
471472
last_port: int;
472473
}
473474
type interface = string
474-
type t = (server list * interface)
475+
type t = (site * server list * interface)
475476
end
476477

477478
type t = {

0 commit comments

Comments
 (0)