Skip to content

Commit

Permalink
Delete duplicate server_provided_all_addons_hash field (#45)
Browse files Browse the repository at this point in the history
This field already exists in AgentAddonStatuses and is not needed
in StatusReport.
  • Loading branch information
tigrannajaryan committed Dec 1, 2021
1 parent dd5c666 commit d26065a
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 126 deletions.
7 changes: 0 additions & 7 deletions internal/proto/opamp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,6 @@ message StatusReport {
// This field SHOULD be unset if the remote config status is unchanged since the
// last StatusReport message.
RemoteConfigStatus remote_config_status = 3;

// The aggregate hash of all addons that this Agent previously received from
// the server via AddonsAvailable message.
// The server SHOULD compare this hash to the aggregate hash of all addons that
// it has for this Agent and if the hashes are different the server SHOULD send
// an AddonsAvailable message to the agent.
bytes server_provided_all_addons_hash = 4;
}

message EffectiveConfig {
Expand Down
Loading

0 comments on commit d26065a

Please sign in to comment.