albatross/src/vmm_tls.mli

6 lines
198 B
OCaml
Raw Normal View History

2018-10-23 22:03:36 +00:00
val read_tls : Tls_lwt.Unix.t ->
(Vmm_commands.wire, [> `Eof | `Exception | `Toomuch ]) result Lwt.t
2018-10-22 21:20:00 +00:00
val write_tls :
2018-10-23 22:03:36 +00:00
Tls_lwt.Unix.t -> Vmm_commands.wire -> (unit, [> `Exception ]) result Lwt.t