mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
save a bit of memory
This commit is contained in:
parent
36021b117b
commit
913bbd4489
1 changed files with 5 additions and 3 deletions
|
|
@ -119,11 +119,13 @@ struct pa_core {
|
|||
|
||||
pa_time_event *scache_auto_unload_event;
|
||||
|
||||
pa_bool_t disallow_module_loading, running_as_daemon;
|
||||
pa_bool_t disallow_module_loading:1;
|
||||
pa_bool_t running_as_daemon:1;
|
||||
pa_bool_t realtime_scheduling:1;
|
||||
pa_bool_t disable_remixing:1;
|
||||
|
||||
pa_resample_method_t resample_method;
|
||||
pa_bool_t realtime_scheduling;
|
||||
int realtime_priority;
|
||||
pa_bool_t disable_remixing;
|
||||
|
||||
/* hooks */
|
||||
pa_hook hooks[PA_CORE_HOOK_MAX];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue