diff --git a/src/lib_base/p2p_point.mli b/src/lib_base/p2p_point.mli index 01976f98b..2b186f717 100644 --- a/src/lib_base/p2p_point.mli +++ b/src/lib_base/p2p_point.mli @@ -2,6 +2,7 @@ (* *) (* Open Source License *) (* Copyright (c) 2018 Dynamic Ledger Solutions, Inc. *) +(* Copyright (c) 2019 Nomadic Labs, *) (* *) (* Permission is hereby granted, free of charge, to any person obtaining a *) (* copy of this software and associated documentation files (the "Software"),*) @@ -27,6 +28,7 @@ module Id : sig type t = P2p_addr.t * P2p_addr.port val compare : t -> t -> int + val equal : t -> t -> bool val pp : Format.formatter -> t -> unit val pp_opt : Format.formatter -> t option -> unit