summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 14:33:26 -0600
committerJeff Carr <[email protected]>2025-02-22 14:33:26 -0600
commitbf833ed92d031eddd83f2f8d51dc839d1e968e4e (patch)
tree25a59721d47a09070df3751741786ef970399d01
parent08400c8913919198be7eac8e1fd37fc4a979c7b0 (diff)
need a uuid per machinev0.0.40v0.0.39v0.0.38v0.0.37
-rw-r--r--machine.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/machine.proto b/machine.proto
index fa3a9a5..fe30812 100644
--- a/machine.proto
+++ b/machine.proto
@@ -18,6 +18,7 @@ message Machine { // `autogenpb:marshal`
Packages available = 8; // packages that are available
Packages wit = 9; // packages that are available from mirrors.wit.com
string userAgent = 10;
+ string uuid = 11;
}
message Machines { // `autogenpb:marshal` `autogenpb:gui`