From e79ba634661baba562fa0ab9245040bd37c29f4c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 12:54:04 -0600 Subject: rename dir --- auto.proto | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'auto.proto') diff --git a/auto.proto b/auto.proto index a44b63f..a19afa6 100644 --- a/auto.proto +++ b/auto.proto @@ -66,10 +66,11 @@ message MsgName { string name = 1; // the name of the message aka struct. for this example: "Shelf" string lockname = 2; // ShelfMU bool doMarshal = 3; // if "Shelf" should have Marshal & Unmarshal functions - bool doMutex = 4; // an experiment to insert a mutex into the protoc generated msg struct (bad idea?) - bool mutexFound = 5; // an experiment to insert a mutex into the protoc generated msg struct (bad idea?) - repeated string sort = 6; // "Book", "Picture", etc - repeated string unique = 7; // if the fields should have AppendUnique() functions + bool doMutex = 4; // true if a mutex is needed for the message struct + bool doProtocMutex = 5; // an experiment to insert a mutex into the protoc generated msg struct (bad idea?) + bool mutexFound = 6; // true if the mutex was added to the protoc pb.go file + repeated string sort = 7; // "Book", "Picture", etc + repeated string unique = 8; // if the fields should have AppendUnique() functions } message File { // `autogenpb:nomarshal` -- cgit v1.2.3