Module 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 =
  1. | Shutdown
  2. | Lift of {
    1. addr : int;
    2. opcode_be : string;
    }
  3. | LiftAll of (string * int) list
type msg_resp =
  1. | Ok of opcode_sem
  2. | All of opcode_sem list