Make ‘nix-store --optimise’ interruptible
This commit is contained in:
		
							parent
							
								
									157170059d
								
							
						
					
					
						commit
						7b10562370
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -51,6 +51,8 @@ struct MakeImmutable
 | 
			
		|||
 | 
			
		||||
void LocalStore::optimisePath_(OptimiseStats & stats, const Path & path)
 | 
			
		||||
{
 | 
			
		||||
    checkInterrupt();
 | 
			
		||||
    
 | 
			
		||||
    struct stat st;
 | 
			
		||||
    if (lstat(path.c_str(), &st))
 | 
			
		||||
	throw SysError(format("getting attributes of path `%1%'") % path);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue