| 
					
				 | 
			
			
				@@ -39,7 +39,10 @@ typedef enum was_router_added_t { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    * OLD_ROUTER_DESC_MAX_AGE. */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ROUTER_WAS_TOO_OLD = -7, /* note contrast with 'ROUTER_IS_ALREADY_KNOWN' */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   /* Some certs on this router are expired. */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  ROUTER_CERTS_EXPIRED = -8 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  ROUTER_CERTS_EXPIRED = -8, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  /* We couldn't format the annotations for this router. This is a directory 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   * authority bug. */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  ROUTER_AUTHDIR_BUG_ANNOTATIONS = -10 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } was_router_added_t; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /** How long do we avoid using a directory server after it's given us a 503? */ 
			 |