| 108 | } |
| 109 | |
| 110 | void DestroyLocalDestination (std::shared_ptr<i2p::client::ClientDestination> dest) |
| 111 | { |
| 112 | if (dest) |
| 113 | dest->Stop (); |
| 114 | } |
| 115 | |
| 116 | void RequestLeaseSet (std::shared_ptr<i2p::client::ClientDestination> dest, const i2p::data::IdentHash& remote) |
| 117 | { |