albatross/src/vmm_tls_lwt.mli
Hannes Mehnert 89fea934a7 copyright
2018-10-26 21:29:59 +02:00

8 lines
256 B
OCaml

(* (c) 2017, 2018 Hannes Mehnert, all rights reserved *)
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