send distro

This commit is contained in:
Jeff Carr 2024-11-15 21:51:57 -06:00
parent c10ff123cd
commit cc186f8e0f
1 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,9 @@ message Machine {
string hostname = 1; string hostname = 1;
int64 memory = 2; int64 memory = 2;
int64 cpus = 3; int64 cpus = 3;
Packages packages = 4; string distro = 4;
google.protobuf.Timestamp laststamp = 5; // the last time we heard anything from this machine Packages packages = 5;
google.protobuf.Timestamp laststamp = 6; // the last time we heard anything from this machine
} }
message Machines { message Machines {