mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
show I2CP local destinations
This commit is contained in:
parent
1dfa09cda9
commit
058120d001
3 changed files with 97 additions and 66 deletions
|
@ -66,6 +66,7 @@ namespace client
|
|||
|
||||
AddressBook& GetAddressBook () { return m_AddressBook; };
|
||||
const SAMBridge * GetSAMBridge () const { return m_SamBridge; };
|
||||
const I2CPServer * GetI2CPServer () const { return m_I2CPServer; };
|
||||
|
||||
std::vector<std::shared_ptr<DatagramSessionInfo> > GetForwardInfosFor(const i2p::data::IdentHash & destination);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue