mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	add new command line option --no-cpu-limit. This is useful when running PulseAudio in valgrind's massif or callgrind tools
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1149 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									563fab983f
								
							
						
					
					
						commit
						61ce8bb002
					
				
					 5 changed files with 42 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -58,7 +58,8 @@ typedef struct pa_daemon_conf {
 | 
			
		|||
        scache_idle_time,
 | 
			
		||||
        auto_log_target,
 | 
			
		||||
        use_pid_file,
 | 
			
		||||
        system_instance;
 | 
			
		||||
        system_instance,
 | 
			
		||||
        no_cpu_limit;
 | 
			
		||||
    char *script_commands, *dl_search_path, *default_script_file;
 | 
			
		||||
    pa_log_target_t log_target;
 | 
			
		||||
    pa_log_level_t log_level;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue