diff options
| author | Jeff Carr <[email protected]> | 2025-03-22 05:22:04 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-22 05:22:04 -0500 |
| commit | b2ed4102763421924b29ab4bb6be1a1e5b4b9647 (patch) | |
| tree | 679db085b742c1eb5b0f3fb75aac54507e993620 /patchset.proto | |
| parent | 68127e4356d00604b454bfee002a7fda233fb773 (diff) | |
work on setting the hostname in the patchset
Diffstat (limited to 'patchset.proto')
| -rw-r--r-- | patchset.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchset.proto b/patchset.proto index d8c859a..e00fb1c 100644 --- a/patchset.proto +++ b/patchset.proto @@ -77,6 +77,7 @@ message Patchset { // `autogenpb:mars string endBranchHash = 11; // string state = 12; // the state of the patch string uuid = 13; // `autogenpb:sort` `autogenpb:unique` + string hostname = 14; // } message Patchsets { // `autogenpb:marshal` `autogenpb:gui` |
