Skip to content

Commit

Permalink
Replace deprecated thread annotations macros. (#572)
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Avlasov <yavlasov@google.com>
  • Loading branch information
yanavlasov authored Nov 16, 2020
1 parent d63ade7 commit 4d831ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/common/thread_safe_monotonic_time_stopwatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ThreadSafeMontonicTimeStopwatch : public Stopwatch {

private:
Envoy::Thread::MutexBasicLockable lock_;
Envoy::MonotonicTime start_ GUARDED_BY(lock_);
Envoy::MonotonicTime start_ ABSL_GUARDED_BY(lock_);
};

} // namespace Nighthawk
} // namespace Nighthawk

0 comments on commit 4d831ff

Please sign in to comment.