summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pass/pass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pass/pass.h b/src/pass/pass.h
index 7167688..009eed4 100644
--- a/src/pass/pass.h
+++ b/src/pass/pass.h
@@ -501,12 +501,12 @@ struct pass_resource_config_data {
* The number of supported CPU in the same cluster.
* If res_type is PASS_RESOURCE_CPU_ID, it is mandatory.
*/
- unsigned int num_cpus;
+ int num_cpus;
/**
* [optional] Index of first cpu in the same cluster.
* If res_type is PASS_RESOURCE_CPU_ID, it is mandatory.
*/
- unsigned int cpu;
+ int cpu;
/*
* Parsed data from each resource info configuration