mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	post LeaseSet creation to I2CP destnation's thread
This commit is contained in:
		
							parent
							
								
									a7b56bbbb7
								
							
						
					
					
						commit
						ff9ee5873f
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -85,6 +85,11 @@ namespace client
 | 
			
		|||
	}
 | 
			
		||||
 | 
			
		||||
	void I2CPDestination::CreateNewLeaseSet (std::vector<std::shared_ptr<i2p::tunnel::InboundTunnel> > tunnels)
 | 
			
		||||
	{
 | 
			
		||||
		GetService ().post (std::bind (&I2CPDestination::PostCreateNewLeaseSet, this, tunnels));
 | 
			
		||||
	}
 | 
			
		||||
		
 | 
			
		||||
	void I2CPDestination::PostCreateNewLeaseSet (std::vector<std::shared_ptr<i2p::tunnel::InboundTunnel> > tunnels)
 | 
			
		||||
	{
 | 
			
		||||
		if (m_IsCreatingLeaseSet)
 | 
			
		||||
		{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -101,6 +101,8 @@ namespace client
 | 
			
		|||
			{ return std::static_pointer_cast<I2CPDestination>(shared_from_this ()); }
 | 
			
		||||
			bool SendMsg (std::shared_ptr<I2NPMessage> msg, std::shared_ptr<const i2p::data::LeaseSet> remote);
 | 
			
		||||
 | 
			
		||||
			void PostCreateNewLeaseSet (std::vector<std::shared_ptr<i2p::tunnel::InboundTunnel> > tunnels);
 | 
			
		||||
			
 | 
			
		||||
		private:
 | 
			
		||||
 | 
			
		||||
			std::shared_ptr<I2CPSession> m_Owner;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue