Skip to content

Commit

Permalink
add a variant for muen
Browse files Browse the repository at this point in the history
  • Loading branch information
yomimono committed Jun 18, 2018
1 parent e192cd5 commit 7d6f927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions device-usage/prng/unikernel.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module Main (R : Mirage_types_lwt.RANDOM) = struct
let t_to_str = function
| `Unix -> "unix"
| `Xen -> "xen"
| `Muen -> "muen"
| `Qubes -> "qubes"
| `MacOSX -> "macosx"
| `Virtio -> "virtio"
Expand Down

0 comments on commit 7d6f927

Please sign in to comment.