albatross/src/vmm_tls_lwt.mli

6 lines
198 B
OCaml
Raw Normal View History

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