summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 19:01:16 -0600
committerJeff Carr <[email protected]>2025-02-08 19:01:16 -0600
commit2fc78f1c2af3c8701cbce110bc37f44d81e9bbc7 (patch)
tree07c7d83f7d435f72090398dd292a5b5d978232f0
parent812fd3eb5070a6acd068ebfafa9db914f5160ef5 (diff)
changes for autogenpbv0.0.24
-rw-r--r--machine.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/machine.proto b/machine.proto
index 7ce8c34..0d1f0f2 100644
--- a/machine.proto
+++ b/machine.proto
@@ -8,7 +8,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time
// global settings for autogenpb `autogenpb:mutex`
message Machine { // `autogenpb:marshal`
- string hostname = 1; // `autogenpb:unique`
+ string hostname = 1; // `autogenpb:unique` `autogenpb:sort`
int64 memory = 2;
int64 cpus = 3;
string distro = 4;