File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1364,7 +1364,7 @@ let build (task : Xenops_task.task_handle) ~xc ~xs ~store_domid ~console_domid
13641364 build_post ~xc ~xs ~target_mib ~static_max_mib domid domain_type store_mfn
13651365 store_port local_stuff vm_stuff
13661366
1367- let resume_post ~xc ~xs domid =
1367+ let resume_post ~xc : _ ~xs domid =
13681368 let dom_path = xs.Xs. getdomainpath domid in
13691369 let store_mfn_s = xs.Xs. read (dom_path ^ " /store/ring-ref" ) in
13701370 let store_mfn = Nativeint. of_string store_mfn_s in
Original file line number Diff line number Diff line change @@ -3022,7 +3022,7 @@ module VM = struct
30223022 )
30233023
30243024 let resume t vm =
3025- on_domain t vm (fun xc xs task vm di ->
3025+ on_domain t vm (fun xc xs task _vm di ->
30263026 let domid = di.Xenctrl. domid in
30273027 let qemu_domid = this_domid ~xs in
30283028 let domain_type =
You can’t perform that action at this time.
0 commit comments