bool for triggering upgrades

This commit is contained in:
Jeff Carr 2025-03-06 05:16:25 -06:00
parent cefb5b161e
commit b963653bb6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ message Machine { // `autogenpb:marshal`
Packages wit = 9; // packages that are available from mirrors.wit.com Packages wit = 9; // packages that are available from mirrors.wit.com
string userAgent = 10; string userAgent = 10;
string uuid = 11; string uuid = 11;
// func(string) blah = 12; bool upgrade = 12; // upgrade is needed
} }
message Machines { // `autogenpb:marshal` `autogenpb:gui` message Machines { // `autogenpb:marshal` `autogenpb:gui`