Add an 'optimiseStore' remote procedure call.
This commit is contained in:
		
							parent
							
								
									27a01d92c2
								
							
						
					
					
						commit
						8fb8c26b6d
					
				
					 8 changed files with 42 additions and 20 deletions
				
			
		|  | @ -508,6 +508,13 @@ static void performOp(bool trusted, unsigned int clientVersion, | |||
|         break; | ||||
|     } | ||||
| 
 | ||||
|     case wopOptimiseStore: | ||||
| 	startWork(); | ||||
| 	store->optimiseStore(); | ||||
| 	stopWork(); | ||||
| 	writeInt(1, to); | ||||
| 	break; | ||||
| 
 | ||||
|     default: | ||||
|         throw Error(format("invalid operation %1%") % op); | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue