Attempt to fix reload bug
This commit is contained in:
		
							parent
							
								
									5bd58dff03
								
							
						
					
					
						commit
						7a4ac15fcf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1284,7 +1284,7 @@ namespace DTSC{
 | 
			
		|||
    }
 | 
			
		||||
    char pageName[NAME_BUFFER_SIZE];
 | 
			
		||||
 | 
			
		||||
    if (stream.isReload()){
 | 
			
		||||
    if (stream.isReload() || stream.isExit()){
 | 
			
		||||
      INFO_MSG("Reloading entire metadata");
 | 
			
		||||
      streamPage.close();
 | 
			
		||||
      snprintf(pageName, NAME_BUFFER_SIZE, SHM_STREAM_META, streamName.c_str());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue