bool for triggering upgrades
This commit is contained in:
parent
cefb5b161e
commit
b963653bb6
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue