Skip to content

Commit

Permalink
Also rename other block-sector-size
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Feb 5, 2025
1 parent e0670ac commit 0ba5332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vmm_asn.ml
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ let old_unikernel_info3 =
(sequence3
(required ~label:"unikernel-device" utf8_string)
(optional ~label:"host-device" utf8_string)
(optional ~label:"block-sector-size" int)))))
(optional ~label:"sector-size" int)))))
@ (optional ~label:"bridges"
(my_explicit 1 (set_of
(sequence3
Expand Down Expand Up @@ -813,7 +813,7 @@ let unikernel_info =
(sequence4
(required ~label:"unikernel-device" utf8_string)
(required ~label:"host-device" utf8_string)
(required ~label:"block-sector-size" int)
(required ~label:"sector-size" int)
(required ~label:"block-size" int)))))
@ (optional ~label:"bridges"
(my_explicit 1 (set_of
Expand Down

0 comments on commit 0ba5332

Please sign in to comment.