mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	tests: Make global variables static in srbchannel-test
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
		
							parent
							
								
									b7e763bab4
								
							
						
					
					
						commit
						974fd3bcfd
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -32,9 +32,9 @@
 | 
				
			||||||
#include <pulsecore/iochannel.h>
 | 
					#include <pulsecore/iochannel.h>
 | 
				
			||||||
#include <pulsecore/memblock.h>
 | 
					#include <pulsecore/memblock.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int packets_received;
 | 
					static int packets_received;
 | 
				
			||||||
int packets_checksum;
 | 
					static int packets_checksum;
 | 
				
			||||||
int packets_length;
 | 
					static int packets_length;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void packet_received(pa_pstream *p, pa_packet *packet, const pa_ancil *ancil, void *userdata) {
 | 
					static void packet_received(pa_pstream *p, pa_packet *packet, const pa_ancil *ancil, void *userdata) {
 | 
				
			||||||
    unsigned int i;
 | 
					    unsigned int i;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue