diff options
Diffstat (limited to 'cmds/incidentd/src/report_file.proto')
-rw-r--r-- | cmds/incidentd/src/report_file.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmds/incidentd/src/report_file.proto b/cmds/incidentd/src/report_file.proto index 7563da2c2148..85fd2da6c65c 100644 --- a/cmds/incidentd/src/report_file.proto +++ b/cmds/incidentd/src/report_file.proto @@ -65,6 +65,11 @@ message ReportFileProto { * the given client. */ optional bool share_approved = 8; + + /** + * Whether the report is gzipped. + */ + optional bool gzip = 9; } /** |