Cpu: Bump number of allocated cpu_stat variables (for comps that may

have more than 4 cpus).



SVN revision: 60491
This commit is contained in:
Christopher Michael 2011-06-19 16:17:59 +00:00
parent 36e553967a
commit a783d898d9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static E_Config_DD *conf_item_edd = NULL;
Config *cpu_conf = NULL;
static int cpu_count;
static int cpu_stats[4];
static int cpu_stats[6];
static float update_interval;
static const E_Gadcon_Client_Class _gc_class =