summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.proto b/file.proto
index 01c9d39..a947826 100644
--- a/file.proto
+++ b/file.proto
@@ -46,6 +46,8 @@ message MsgName {
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
+ bool doGui = 13; // if a gui.pb.go file should be created
+ string guiVarName = 14; // the name of the variable to use
}
message Sort {