summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r--src/pulsecore/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index 4d92960d..61cb47d5 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -101,16 +101,16 @@ struct pa_core {
pa_mempool *mempool;
- int disallow_module_loading, running_as_daemon;
int exit_idle_time, module_idle_time, scache_idle_time;
pa_time_event *quit_event;
pa_time_event *scache_auto_unload_event;
+ int disallow_module_loading, running_as_daemon;
pa_resample_method_t resample_method;
-
int is_system_instance;
+ int high_priority;
/* hooks */
pa_hook hooks[PA_CORE_HOOK_MAX];