mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-13 08:17:38 +01:00
fix typo
This commit is contained in:
parent
60d3e4d963
commit
75e8e04614
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace tunnel
|
||||||
void HandleDecryptedTunnelDataMsg (std::shared_ptr<I2NPMessage> msg);
|
void HandleDecryptedTunnelDataMsg (std::shared_ptr<I2NPMessage> msg);
|
||||||
void FlushI2NPMsgs ();
|
void FlushI2NPMsgs ();
|
||||||
|
|
||||||
const i2p::data::IdentHash * GetCurrentHash () const; // return null if not avaiable
|
const i2p::data::IdentHash * GetCurrentHash () const; // return null if not available
|
||||||
const std::unique_ptr<TunnelTransportSender>& GetSender () const { return m_Sender; };
|
const std::unique_ptr<TunnelTransportSender>& GetSender () const { return m_Sender; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Reference in a new issue