diff options
Diffstat (limited to 'msg.proto')
-rw-r--r-- | msg.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ message Msg { message StartMsg { string cwd = 1; repeated string argv = 2; + bool debug_flag = 3; } message SourceCodeFetchMsg { |