X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_config_cores.h;h=d45f848092f5d5ef88c699494fbbe0230d4b0223;hb=a369de205538191d4c23af2277f6ba0b2039f076;hp=e22cbcfee29beecfbee593320efd8ac4ad6971b6;hpb=753955ef2710a741881d25e9247217a56e6d726d;p=collectd.git diff --git a/src/utils_config_cores.h b/src/utils_config_cores.h index e22cbcfe..d45f8480 100644 --- a/src/utils_config_cores.h +++ b/src/utils_config_cores.h @@ -36,7 +36,7 @@ struct core_group_s { char *desc; - unsigned *cores; + unsigned int *cores; size_t num_cores; }; typedef struct core_group_s core_group_t;