mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	asterisk/channel.h: fix documentation for 'ast_waitfor_nandfds()'
Co-authored-by: Florent CHAUVEAU <florentch@pm.me>
This commit is contained in:
		
				
					committed by
					
						
						github-actions[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							4e546c35c7
						
					
				
				
					commit
					6ef4a2d008
				
			@@ -2035,10 +2035,12 @@ int ast_safe_sleep_conditional(struct ast_channel *chan, int ms, int (*cond)(voi
 | 
			
		||||
 * \param nfds the number of fds to wait upon
 | 
			
		||||
 * \param exception exception flag
 | 
			
		||||
 * \param outfd fd that had activity on it
 | 
			
		||||
 * \param ms how long the wait was
 | 
			
		||||
 * \param ms On invocation, max wait time. Upon returning, how long the wait
 | 
			
		||||
 * actually was (in/out parameter).
 | 
			
		||||
 * \details
 | 
			
		||||
 * Big momma function here.  Wait for activity on any of the n channels, or any of the nfds
 | 
			
		||||
 * file descriptors.
 | 
			
		||||
 * file descriptors. -1 can be passed as the ms timeout to wait forever, 0 to
 | 
			
		||||
 * return instantly if theres no activity immediantely available.
 | 
			
		||||
 * \return Returns the channel with activity, or NULL on error or if an FD
 | 
			
		||||
 * came first.  If the FD came first, it will be returned in outfd, otherwise, outfd
 | 
			
		||||
 * will be -1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user