Skip to content

Commit

Permalink
Change the semantics of message annotations.
Browse files Browse the repository at this point in the history
They are not necessarily only for debugging information and can be used by message consumers and/or Fleetspeak component implementations such as services as they see fit.

PiperOrigin-RevId: 706708191
  • Loading branch information
torsm authored and copybara-github committed Dec 16, 2024
1 parent 67f05a9 commit 4027d55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions fleetspeak/src/common/proto/fleetspeak/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions fleetspeak/src/common/proto/fleetspeak/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ message Message {
// trigger additional activity.
bool background = 11;

// Optional debugging information provided by the originator of the
// message. Fleetspeak stores this information along with the message for
// later retrieval, but doesn't really do anything else with it.
// Optional information provided by the originator of the message.
// Fleetspeak stores this information along with the message for later
// retrieval.
Annotations annotations = 12;
}

Expand Down

0 comments on commit 4027d55

Please sign in to comment.