diff options
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |
