Skip to content

Commit cd86217

Browse files
Add hypervisor free memory field to host status reply
Signed-off-by: Alexander M. Merritt <alexander@edera.dev>
1 parent 1a74352 commit cd86217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protect/control/v1/control.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ message GetHostStatusReply {
6666
string host_ipv4 = 4;
6767
string host_ipv6 = 5;
6868
string host_mac = 6;
69+
optional uint64 hyp_free_mem = 7;
6970
}
7071

7172
message CreateZoneRequest {

0 commit comments

Comments
 (0)