package albatross

  1. Overview
  2. Docs

Module Vmm_coreSource

Sourcemodule String_set : Set.S with type elt = string
Sourcemodule String_map : Map.S with type key = string
Sourceval conn_metrics : string -> [ `Close | `Open ] -> unit
Sourceval set_tmpdir : Fpath.t -> unit
Sourcetype service = [
  1. | `Console
  2. | `Stats
  3. | `Vmmd
]
Sourceval socket_path : service -> string
Sourceval pp_socket : service Fmt.t
Sourcemodule IS : sig ... end
Sourcemodule IM : sig ... end
Sourcemodule Name : sig ... end
Sourcemodule Policy : sig ... end
Sourcemodule Unikernel : sig ... end
Sourcemodule Stats : sig ... end
Sourcetype process_exit = [
  1. | `Exit of int
  2. | `Signal of int
  3. | `Stop of int
]
Sourceval pp_process_exit : process_exit Fmt.t
Sourceval should_restart : Unikernel.config -> Name.t -> process_exit -> bool
OCaml

Innovation. Community. Security.