Skip to content

Commit 93da352

Browse files
committed
GetHostStatusReply: add extra version metadata
Signed-off-by: Steven Noonan <steven@edera.dev>
1 parent 9250eaf commit 93da352

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

protect/control/v1/control.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ message GetHostStatusReply {
6767
string host_ipv6 = 5;
6868
string host_mac = 6;
6969
optional uint64 hyp_free_mem = 7;
70+
optional string protect_git_sha = 8;
71+
optional string protect_last_tag = 9;
72+
optional uint64 protect_revs_since_tag = 10;
73+
optional string protect_branch = 11;
7074
}
7175

7276
message CreateZoneRequest {

0 commit comments

Comments
 (0)