Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Beyad <abeyad@google.com>
  • Loading branch information
abeyad committed Sep 10, 2024
1 parent f3f89dc commit 523af40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy/thread/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct Options {
//
// If no value is set, the thread will be created with the default thread priority for the
// platform.
absl::optional<int> priority_{absl::nullopt};
absl::optional<int> priority_;
};

using OptionsOptConstRef = const absl::optional<Options>&;
Expand Down

0 comments on commit 523af40

Please sign in to comment.