Module Conduit_xenstore

Establish Vchans via named endpoints in XenStore

type direct = [
| `Direct of int * Vchan.Port.t
]
module Make : functor (Xs : Xs_client_lwt.S) -> sig ... end