Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ocaml/idl/datamodel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -9363,7 +9363,7 @@ let vgpu_type =
()

module PVS_site = struct
let lifecycle = [Prototyped, rel_ely, ""]
let lifecycle = [Published, rel_ely, ""]

let introduce = call
~name:"introduce"
Expand Down Expand Up @@ -9449,7 +9449,7 @@ end
let pvs_site = PVS_site.obj

module PVS_server = struct
let lifecycle = [Prototyped, rel_ely, ""]
let lifecycle = [Published, rel_ely, ""]

let introduce = call
~name:"introduce"
Expand Down Expand Up @@ -9518,7 +9518,7 @@ end
let pvs_server = PVS_server.obj

module PVS_proxy = struct
let lifecycle = [Prototyped, rel_ely, ""]
let lifecycle = [Published, rel_ely, ""]

let status = Enum ("pvs_proxy_status", [
"stopped", "The proxy is not currently running";
Expand Down Expand Up @@ -9592,7 +9592,7 @@ end
let pvs_proxy = PVS_proxy.obj

module PVS_cache_storage = struct
let lifecycle = [Prototyped, rel_ely, ""]
let lifecycle = [Published, rel_ely, ""]

let obj =
let null_ref = Some (VRef null_ref) in
Expand Down