Skip to content
Merged
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
1 change: 1 addition & 0 deletions protect/control/v1/control.proto
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ message GetHostResourcesReply {
uint32 hypervisor_numa_nodes = 6;
uint32 hypervisor_cpu_sockets = 7;
uint32 hypervisor_cpu_cores = 8;
uint32 hypervisor_cpu_threads = 17;

uint64 host_total_memory = 9;
uint64 host_used_memory = 10;
Expand Down
Loading