mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-03 20:18:01 +00:00 
			
		
		
		
	trunk/branch integration: AsyncChannel locking fix
This commit is contained in:
		@@ -75,7 +75,7 @@ public:
 | 
			
		||||
 | 
			
		||||
	void open();
 | 
			
		||||
		/// Opens the channel and creates the 
 | 
			
		||||
		/// background ;ogging thread.
 | 
			
		||||
		/// background logging thread.
 | 
			
		||||
		
 | 
			
		||||
	void close();
 | 
			
		||||
		/// Closes the channel and stops the background
 | 
			
		||||
@@ -110,7 +110,8 @@ protected:
 | 
			
		||||
private:
 | 
			
		||||
	Channel*  _pChannel;
 | 
			
		||||
	Thread    _thread;
 | 
			
		||||
	FastMutex _mutex;
 | 
			
		||||
	FastMutex _threadMutex;
 | 
			
		||||
	FastMutex _channelMutex;
 | 
			
		||||
	NotificationQueue _queue;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user