summaryrefslogtreecommitdiff
path: root/machine.proto
diff options
context:
space:
mode:
Diffstat (limited to 'machine.proto')
-rw-r--r--machine.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/machine.proto b/machine.proto
index 0926fa5..76c7aa2 100644
--- a/machine.proto
+++ b/machine.proto
@@ -12,6 +12,9 @@ message Machine {
string distro = 4;
Packages packages = 5;
google.protobuf.Timestamp laststamp = 6; // the last time we heard anything from this machine
+ Packages installed = 7; // packages that are installed
+ Packages available = 8; // packages that are available
+ Packages wit = 9; // packages that are available from mirrors.wit.com
}
message Machines {