* Implement RemoteStore::queryValidPaths().
This commit is contained in:
		
							parent
							
								
									e42401ee7b
								
							
						
					
					
						commit
						24035b98b1
					
				
					 3 changed files with 12 additions and 1 deletions
				
			
		|  | @ -520,6 +520,14 @@ static void performOp(unsigned int clientVersion, | |||
|         break; | ||||
|     } | ||||
|              | ||||
|     case wopQueryValidPaths: { | ||||
|         startWork(); | ||||
|         PathSet paths = store->queryValidPaths(); | ||||
|         stopWork(); | ||||
|         writeStringSet(paths, to); | ||||
|         break; | ||||
|     } | ||||
| 
 | ||||
|     default: | ||||
|         throw Error(format("invalid operation %1%") % op); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue