mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed race condition
This commit is contained in:
@@ -67,6 +67,7 @@ namespace transport
|
||||
|
||||
protected:
|
||||
|
||||
void PostI2NPMessage (I2NPMessage * msg);
|
||||
void Connected ();
|
||||
void SendTimeSyncMessage ();
|
||||
void SetIsEstablished (bool isEstablished) { m_IsEstablished = isEstablished; }
|
||||
|
||||
Reference in New Issue
Block a user