From ab4223e9cffbc21399c0468dd89a2e57122fbfee Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 14 Sep 2010 15:21:49 +0530 Subject: cpu: Add CPU information to pa_core This retains CPU information (processor type and supported features) in pa_core, so that this information can be used by modules at init time to figure out what optimisations may be used. --- src/pulsecore/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/core.h') diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h index bfcea4f6..6088f915 100644 --- a/src/pulsecore/core.h +++ b/src/pulsecore/core.h @@ -24,6 +24,7 @@ #include #include +#include typedef struct pa_core pa_core; @@ -169,6 +170,7 @@ struct pa_core { int realtime_priority; pa_server_type_t server_type; + pa_cpu_info cpu_info; /* hooks */ pa_hook hooks[PA_CORE_HOOK_MAX]; -- cgit