14 lines
736 B
OCaml
14 lines
736 B
OCaml
(**************************************************************************)
|
|
(* *)
|
|
(* Copyright (c) 2014 - 2017. *)
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
(* *)
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
(* *)
|
|
(**************************************************************************)
|
|
|
|
type t
|
|
val create : ('msg, 'meta) P2p_connection_pool.pool -> t
|
|
val restart : t -> unit
|
|
val shutdown : t -> unit Lwt.t
|