diff options
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf/batch_report.proto')
-rw-r--r-- | sonar-batch-protocol/src/main/protobuf/batch_report.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto index d1acbfe00a3..af3f2dc1f37 100644 --- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto +++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto @@ -42,6 +42,9 @@ message Metadata { optional int64 analysis_date = 1; optional string project_key = 2; optional int32 root_component_ref = 3; + + // temporary field used during development of computation stack + optional int64 snapshot_id = 4; } message Component { |