mirage / ocaml-vchan

Pure OCaml implementation of the "vchan" shared-memory communication protocol
ISC License
45 stars 26 forks source link

Export type port = Vchan.Port.t in Unix API #124

Closed talex5 closed 5 years ago

talex5 commented 5 years ago

Without this, parts of the API are unusable because there is no way to create a port. The equivalent type equality is already exposed in xen/vchan_xen.mli.

yomimono commented 5 years ago

Thanks!