X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_config_cores.h;h=d45f848092f5d5ef88c699494fbbe0230d4b0223;hb=1c5471bc19262d4d53b32eed12e94283a80a8601;hp=e22cbcfee29beecfbee593320efd8ac4ad6971b6;hpb=4dba7ed767e7cf6308b22dbaac575c64579f4f31;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;