From 15ad6ae7bd64d8d7319d75dbbb0827addd22fef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 23 May 2023 22:11:42 +0200 Subject: Message sending to identity or contact --- include/erebos/network.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/erebos/network.h') diff --git a/include/erebos/network.h b/include/erebos/network.h index 66edfa4..6a3112a 100644 --- a/include/erebos/network.h +++ b/include/erebos/network.h @@ -34,6 +34,7 @@ public: template S & svc(); class PeerList & peerList() const; + optional peer(const Identity &) const; void addPeer(const string & node) const; void addPeer(const string & node, const string & service) const; -- cgit v1.2.3