diff options
Diffstat (limited to 'include/erebos/network.h')
-rw-r--r-- | include/erebos/network.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<class S> S & svc(); class PeerList & peerList() const; + optional<erebos::Peer> peer(const Identity &) const; void addPeer(const string & node) const; void addPeer(const string & node, const string & service) const; |