mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed race condition
This commit is contained in:
parent
6683a9cf76
commit
a85cc6aa77
4 changed files with 12 additions and 4 deletions
|
@ -67,6 +67,7 @@ namespace transport
|
|||
|
||||
protected:
|
||||
|
||||
void PostI2NPMessage (I2NPMessage * msg);
|
||||
void Connected ();
|
||||
void SendTimeSyncMessage ();
|
||||
void SetIsEstablished (bool isEstablished) { m_IsEstablished = isEstablished; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue