From 2fc78f1c2af3c8701cbce110bc37f44d81e9bbc7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 19:01:16 -0600 Subject: [PATCH] changes for autogenpb --- machine.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;