mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	monitor: fix return values
This commit is contained in:
		
							parent
							
								
									1ace2a5daf
								
							
						
					
					
						commit
						ee0c77994e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -87,12 +87,12 @@ static int do_add_source(struct spa_loop *loop, struct spa_source *source)
 | 
				
			||||||
	data->n_sources++;
 | 
						data->n_sources++;
 | 
				
			||||||
	data->rebuild_fds = true;
 | 
						data->rebuild_fds = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return 9;
 | 
						return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int do_update_source(struct spa_source *source)
 | 
					static int do_update_source(struct spa_source *source)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	return 9;
 | 
						return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void do_remove_source(struct spa_source *source)
 | 
					static void do_remove_source(struct spa_source *source)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue