summaryrefslogtreecommitdiff
path: root/machine.proto
diff options
context:
space:
mode:
Diffstat (limited to 'machine.proto')
-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;