From cc186f8e0faad1c2070212089a4d19285798abe3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 15 Nov 2024 21:51:57 -0600 Subject: [PATCH] send distro --- machine.proto | 5 +++-- 1 file 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 {