Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inventory/inventory.proto
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ message CPUInfo {
// to 0. For core counts of 256 or greater, the Core
// Count field is set to FFh and the Core Count 2
// field is set to the number of cores.
int32 total_cores = 1;
uint32 total_cores = 1;
// Number of threads per processor socket
// See 7.5.8. If the value is unknown, the field is set
// to 0. For thread counts of 256 or greater, the
// Thread Count field is set to FFh and the Thread
// Count 2 field is set to the number of threads.
int32 total_threads = 2;
uint32 total_threads = 2;
}

// Physical Memory Array (Type 16)
Expand Down
12 changes: 6 additions & 6 deletions v1/gen/go/inventory/inventory.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/gen/python/inventory/inventory_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.