Skip to content

Commit

Permalink
Add missing ReportsHealth capability (#111)
Browse files Browse the repository at this point in the history
When health reporting was added we forgot to add a corresponding
bit in the AgentCapabilities. This adds the missing bit.
  • Loading branch information
tigrannajaryan authored Jul 21, 2022
1 parent 45c8cbd commit cfd59e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,8 @@ enum AgentCapabilities {
AcceptsOtherConnectionSettings = 0x00000200;
// The Agent can accept restart requests.
AcceptsRestartCommand = 0x00000400;
// The Agent will report Health via AgentToServer.health field.
ReportsHealth = 0x00000800;
// Add new capabilities here, continuing with the least significant unused bit.
}
Expand Down

0 comments on commit cfd59e0

Please sign in to comment.