mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	core: move rtpoll to thread_info sub structure
This commit is contained in:
		
							parent
							
								
									58d441f7ea
								
							
						
					
					
						commit
						4eb59fb90e
					
				
					 6 changed files with 16 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -90,7 +90,6 @@ struct pa_source {
 | 
			
		|||
    pa_bool_t save_muted:1;
 | 
			
		||||
 | 
			
		||||
    pa_asyncmsgq *asyncmsgq;
 | 
			
		||||
    pa_rtpoll *rtpoll;
 | 
			
		||||
 | 
			
		||||
    pa_memchunk silence;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -140,6 +139,8 @@ struct pa_source {
 | 
			
		|||
        pa_source_state_t state;
 | 
			
		||||
        pa_hashmap *outputs;
 | 
			
		||||
 | 
			
		||||
        pa_rtpoll *rtpoll;
 | 
			
		||||
 | 
			
		||||
        pa_cvolume soft_volume;
 | 
			
		||||
        pa_bool_t soft_muted:1;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue