summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-12 08:28:23 -0600
committerJeff Carr <[email protected]>2025-01-12 08:28:23 -0600
commit10f75f87a66a9329fd665bd85099fe94c7beae79 (patch)
tree5746e3e18d3bdf3d8213798436ee93d0dd052772 /file.proto
parent721bbd8f92d80286f12509fbbcff9f2f8e334093 (diff)
add nomutex support to disable it per message struct
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto1
1 files changed, 1 insertions, 0 deletions
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 {