mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
use shared_ptr for all incoming I2NP messages
This commit is contained in:
parent
f732a84a7c
commit
9c9401ce2f
6 changed files with 13 additions and 25 deletions
|
@ -236,7 +236,7 @@ namespace tunnel
|
|||
public:
|
||||
|
||||
~I2NPMessagesHandler ();
|
||||
void PutNextMessage (I2NPMessage * msg);
|
||||
void PutNextMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void Flush ();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue