mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-11-03 20:17:54 +00:00 
			
		
		
		
	Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
		@@ -33,6 +33,8 @@ namespace OpenWifi {
 | 
			
		||||
 | 
			
		||||
            std::lock_guard G(Mutex_);
 | 
			
		||||
 | 
			
		||||
            std::cout << jobs_.size() << " jobs in queue." << std::endl;
 | 
			
		||||
 | 
			
		||||
            for(auto &job:jobs_) {
 | 
			
		||||
                if(job!=nullptr) {
 | 
			
		||||
                    if(job->Started()==0 && Pool_.used()<Pool_.available()) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user