From 28405e3dcfba8b8b813678a79ca8194cccc7bb76 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 May 2008 22:50:58 +0000 Subject: big mumbo jumo of interleaved patches. * Use seperate "state" and "config" paths * Pass the fact that we are in system mode via an env var $PULSE_SYSTEM instead of as var in pa_core * Properly check proc name when checking PID files. Don't check exename, because we cannot read that for other uids git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2480 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulsecore/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pulsecore/core.h') diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h index 50c05b4c..77e8f9ff 100644 --- a/src/pulsecore/core.h +++ b/src/pulsecore/core.h @@ -123,7 +123,6 @@ struct pa_core { pa_bool_t disallow_module_loading, running_as_daemon; pa_resample_method_t resample_method; - pa_bool_t is_system_instance; pa_bool_t realtime_scheduling; int realtime_priority; pa_bool_t disable_remixing; -- cgit