summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-16 12:03:09 -0600
committerJeff Carr <[email protected]>2025-02-17 13:31:57 -0600
commitdf91ac2cbdd0dc6fef11bf98e367f5a185187680 (patch)
treef4f7e90fa89228e7b641e9e8327dec0d770db125
parent9c17d8b92fd8798f12e0757588443e386490eefc (diff)
hack until I make a http.proto filev0.0.29
-rw-r--r--machine.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/machine.proto b/machine.proto
index 0d1f0f2..ebb9c9f 100644
--- a/machine.proto
+++ b/machine.proto
@@ -17,6 +17,7 @@ message Machine { // `autogenpb:marshal`
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
+ string userAgent = 10;
}
message Machines { // `autogenpb:marshal`