From ad67a6f42da6e712431fa0929ad833c9cd485041 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Jan 2025 20:52:47 -0600 Subject: parse for all the structs --- auto.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto.proto') diff --git a/auto.proto b/auto.proto index 7d5c0d0..9ed008e 100644 --- a/auto.proto +++ b/auto.proto @@ -64,8 +64,8 @@ message MsgName { // string name = 1; // the name of the message aka struct. for this example: "Shelf" - bool marshal = 2; // if "Shelf" should have Marshal & Unmarshal functions - bool mutex = 3; // an experiment to insert a mutex into the protoc generated msg struct (bad idea?) + bool doMarshal = 2; // if "Shelf" should have Marshal & Unmarshal functions + bool doMutex = 3; // an experiment to insert a mutex into the protoc generated msg struct (bad idea?) repeated string sort = 4; // "Book", "Picture", etc repeated string unique = 5; // if the fields should have AppendUnique() functions } -- cgit v1.2.3