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:
Lennart Poettering 2007-11-01 02:58:26 +00:00
parent 641d1fa964
commit 7bfd1b2f01
11 changed files with 94 additions and 54 deletions

View file

@ -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];