mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	res: Fix for Doxygen.
These are the remaining issues found in /res. ASTERISK-29761 Change-Id: I572e6019c422780dde5ce8448b6c85c77af6046d
This commit is contained in:
		
				
					committed by
					
						 Friendly Automation
						Friendly Automation
					
				
			
			
				
	
			
			
			
						parent
						
							e93fb874b4
						
					
				
				
					commit
					a85f2bf34d
				
			| @@ -64,8 +64,6 @@ struct prometheus_metric_wrapper { | ||||
| 	char key[128]; | ||||
| }; | ||||
|  | ||||
| AST_MUTEX_DEFINE_STATIC(metrics_lock); | ||||
|  | ||||
| /*! | ||||
|  * \internal Vector of metric wrappers | ||||
|  * | ||||
| @@ -77,6 +75,8 @@ AST_MUTEX_DEFINE_STATIC(metrics_lock); | ||||
|  */ | ||||
| static AST_VECTOR(, struct prometheus_metric_wrapper *) metrics; | ||||
|  | ||||
| AST_MUTEX_DEFINE_STATIC(metrics_lock); | ||||
|  | ||||
| /*! | ||||
|  * \internal | ||||
|  * \brief Create a wrapper for a metric given a key | ||||
|   | ||||
		Reference in New Issue
	
	Block a user