fix termination crash

This commit is contained in:
Jeff Becker 2016-12-18 12:28:32 -05:00
parent 8f8b928cc4
commit d5f27ecb0e
2 changed files with 36 additions and 22 deletions

2
SAM.h
View file

@ -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);