Xs_protocol
XenStore protocol.
module Op : sig ... end
module ACL : sig ... end
Access control lists.
module Parser : sig ... end
Incrementally parse packets.
module type IO = sig ... end
module PacketStream (IO : IO) : sig ... end
val to_bytes : t -> bytes
val get_tid : t -> int32
val get_data : t -> string
val get_rid : t -> int32
module Token : sig ... end
module Response : sig ... end
module Request : sig ... end
module Unmarshal : sig ... end
response debug_hint sent received unmarshal
returns the unmarshal
led response corresponding to the received
packet relative to the sent
packet.
val string_of_address : address -> string
val domain_of_address : address -> int