diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 21:51:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 21:51:57 -0600 |
| commit | cc186f8e0faad1c2070212089a4d19285798abe3 (patch) | |
| tree | d92245451c0efec52b62eac5809f10a1380221eb | |
| parent | c10ff123cd90bf13ba737ec5ecb632accbffc7fa (diff) | |
send distro
| -rw-r--r-- | machine.proto | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/machine.proto b/machine.proto index 55772aa..0926fa5 100644 --- a/machine.proto +++ b/machine.proto @@ -9,8 +9,9 @@ message Machine { string hostname = 1; int64 memory = 2; int64 cpus = 3; - Packages packages = 4; - google.protobuf.Timestamp laststamp = 5; // the last time we heard anything from this machine + string distro = 4; + Packages packages = 5; + google.protobuf.Timestamp laststamp = 6; // the last time we heard anything from this machine } message Machines { |
