Skip to content

Commit 6deddef

Browse files
committed
Update lifecycle for PVS classes
Signed-off-by: Rob Hoes <[email protected]>
1 parent 6de9ffa commit 6deddef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ocaml/idl/datamodel.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9363,7 +9363,7 @@ let vgpu_type =
93639363
()
93649364

93659365
module PVS_site = struct
9366-
let lifecycle = [Prototyped, rel_ely, ""]
9366+
let lifecycle = [Published, rel_ely, ""]
93679367

93689368
let introduce = call
93699369
~name:"introduce"
@@ -9449,7 +9449,7 @@ end
94499449
let pvs_site = PVS_site.obj
94509450

94519451
module PVS_server = struct
9452-
let lifecycle = [Prototyped, rel_ely, ""]
9452+
let lifecycle = [Published, rel_ely, ""]
94539453

94549454
let introduce = call
94559455
~name:"introduce"
@@ -9518,7 +9518,7 @@ end
95189518
let pvs_server = PVS_server.obj
95199519

95209520
module PVS_proxy = struct
9521-
let lifecycle = [Prototyped, rel_ely, ""]
9521+
let lifecycle = [Published, rel_ely, ""]
95229522

95239523
let status = Enum ("pvs_proxy_status", [
95249524
"stopped", "The proxy is not currently running";
@@ -9592,7 +9592,7 @@ end
95929592
let pvs_proxy = PVS_proxy.obj
95939593

95949594
module PVS_cache_storage = struct
9595-
let lifecycle = [Prototyped, rel_ely, ""]
9595+
let lifecycle = [Published, rel_ely, ""]
95969596

95979597
let obj =
95989598
let null_ref = Some (VRef null_ref) in

0 commit comments

Comments
 (0)