Skip to content

Commit

Permalink
PatchEnvelopes: remove repeated in ZInfoPatchEnvelopeUsage
Browse files Browse the repository at this point in the history
Since ZInfoPatchEnvelopeUsage itself is repeated repeating ZInfoPatchEnvelopeApp
is redundant

Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart authored and eriknordmark committed Oct 16, 2023
1 parent 363795a commit 0a92bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/info/patch_envelope.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ message ZInfoOpaqueAppInstanceStatus {
message ZInfoPatchEnvelopeUsage {
// count the number of times app instance called patch APIs
uint64 patchApiCallCount = 1;
// information about every patchEnvelope referred to this app
repeated ZInfoPatchEnvelopeApp patchStatus = 2;
// information about patchEnvelope referred to this app
ZInfoPatchEnvelopeApp patchStatus = 2;
}

// Statistics on usage of specific patchEnvelope for specific app
Expand Down

0 comments on commit 0a92bdb

Please sign in to comment.