Common.Rpc
val message_count : int Stdlib.ref
val sockfpath : string Stdlib.ref
val set_addr : string -> unit
val sockaddr : unit -> Lwt_unix.sockaddr
type msg_call =
| Shutdown
| Lift of {
addr : int;
opcode_be : string;
}
| LiftAll of (string * int) list
type msg_resp =
| Ok of opcode_sem
| All of opcode_sem list