diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 14:33:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 14:33:26 -0600 |
| commit | bf833ed92d031eddd83f2f8d51dc839d1e968e4e (patch) | |
| tree | 25a59721d47a09070df3751741786ef970399d01 | |
| parent | 08400c8913919198be7eac8e1fd37fc4a979c7b0 (diff) | |
| -rw-r--r-- | machine.proto | 1 |
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` |
