mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fix termination crash
This commit is contained in:
parent
8f8b928cc4
commit
d5f27ecb0e
2 changed files with 36 additions and 22 deletions
2
SAM.h
2
SAM.h
|
@ -169,6 +169,8 @@ namespace client
|
|||
|
||||
void AcceptI2P(std::shared_ptr<i2p::stream::Stream> stream);
|
||||
|
||||
std::shared_ptr<SAMSocket> FindAcceptor();
|
||||
|
||||
void PumpBacklog();
|
||||
void HandlePumpBacklog(const boost::system::error_code & ec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue