From 10f75f87a66a9329fd665bd85099fe94c7beae79 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Jan 2025 08:28:23 -0600 Subject: add nomutex support to disable it per message struct --- file.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'file.proto') diff --git a/file.proto b/file.proto index f2f6887..591e15f 100644 --- a/file.proto +++ b/file.proto @@ -45,6 +45,7 @@ message MsgName { repeated MsgVar vars = 9; // store all the vars in the message bool needIter = 10; // true if the sort iterator has not been generated yet bool needAll = 11; // true if the sort iterator has not been generated yet + bool noMutex = 12; // only use the global mutex } message Sort { -- cgit v1.2.3