| 405 | } |
| 406 | |
| 407 | void I2CPDestination::CleanupDestination () |
| 408 | { |
| 409 | m_I2NPMsgsPool.CleanUpMt (); |
| 410 | if (m_Owner) m_Owner->CleanupRoutingSessions (); |
| 411 | } |
| 412 | |
| 413 | RunnableI2CPDestination::RunnableI2CPDestination (std::shared_ptr<I2CPSession> owner, |
| 414 | std::shared_ptr<const i2p::data::IdentityEx> identity, bool isPublic, const i2p::util::Mapping& params): |
nothing calls this directly
no test coverage detected