summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 13:54:36 -0500
committerJeff Carr <[email protected]>2025-09-03 13:54:36 -0500
commit98cc06ab8fc98b728107fff135b107dcdb56fb2a (patch)
treecabb2d4c475868ad783578d958ec3e1e5946f690 /patchset.proto
parent888442708cefe9e089bb97a99e696cb6995bfbab (diff)
lots of Init() cleanups
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.proto b/patchset.proto
index 96f20ea..4c61127 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -82,7 +82,7 @@ message Patchset { // `autogenpb:mars
string hostname = 14; //
}
-message Patchsets { // `autogenpb:marshal` `autogenpb:gui`
+message Patchsets { // `autogenpb:marshal` `autogenpb:gui` `autogenpb:nomutex`
string uuid = 1; // `autogenpb:uuid:be926ad9-f07f-484c-adf2-d96eeabf3079`
string version = 2; // `autogenpb:version:v0.0.45`
repeated Patchset Patchsets = 3;