mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
make rtprio and nice level actually configurable
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2014 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
641d1fa964
commit
7bfd1b2f01
11 changed files with 94 additions and 54 deletions
|
|
@ -113,10 +113,11 @@ struct pa_core {
|
|||
|
||||
pa_time_event *scache_auto_unload_event;
|
||||
|
||||
int disallow_module_loading, running_as_daemon;
|
||||
pa_bool_t disallow_module_loading, running_as_daemon;
|
||||
pa_resample_method_t resample_method;
|
||||
int is_system_instance;
|
||||
int high_priority;
|
||||
pa_bool_t is_system_instance;
|
||||
pa_bool_t realtime_scheduling;
|
||||
int realtime_priority;
|
||||
|
||||
/* hooks */
|
||||
pa_hook hooks[PA_CORE_HOOK_MAX];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue