Module Octez_rpc_process.External_watchdog

type process_info = {
  1. config : Octez_node_config.Config_file.t;
  2. internal_events : Tezos_base.Internal_event_config.t;
  3. rpc_comm_socket_path : string;
  4. node_version : Tezos_version.Octez_node_version.t;
}
type Tezos_base.TzPervasives.error +=
  1. | No_server_with_comm_socket_path of string
module Events : sig ... end
module Process : sig ... end
include sig ... end
val main : socket_dir:string -> unit Tezos_base.TzPervasives.tzresult Lwt.t
module Hypervisor : sig ... end