From 746dc2ac19950d4eecc083929d6ed86443e3a112 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 29 Jan 2009 16:25:29 +0100 Subject: get rid of nonsensical late initialization of namereg/scache and things --- src/pulsecore/core.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/pulsecore/core.h') diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h index b349c6fc..2b8f819b 100644 --- a/src/pulsecore/core.h +++ b/src/pulsecore/core.h @@ -112,7 +112,7 @@ struct pa_core { /* Some hashmaps for all sorts of entities */ pa_hashmap *namereg, *shared; - /* The name of the default sink/source */ + /* The default sink/source */ pa_source *default_source; pa_sink *default_sink; @@ -129,13 +129,12 @@ struct pa_core { pa_mempool *mempool; pa_silence_cache silence_cache; - int exit_idle_time, scache_idle_time; - pa_bool_t flat_volumes; - pa_time_event *exit_event; - pa_time_event *scache_auto_unload_event; + int exit_idle_time, scache_idle_time; + + pa_bool_t flat_volumes:1; pa_bool_t disallow_module_loading:1; pa_bool_t disallow_exit:1; pa_bool_t running_as_daemon:1; -- cgit