Replace deprecated thread annotations macros. (#25673)

pull/25645/head
Esun Kim 4 years ago committed by GitHub
parent b36d3f7e33
commit 98e1e620b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/transport/chttp2/server/chttp2_server.cc

@ -154,7 +154,7 @@ class Chttp2ServerListener : public Server::ListenerInterface {
static void OnClose(void* arg, grpc_error* error);
RefCountedPtr<Chttp2ServerListener> listener_;
Mutex mu_ ACQUIRED_AFTER(&listener_->mu_);
Mutex mu_ ABSL_ACQUIRED_AFTER(&listener_->mu_);
// Set by HandshakingState before the handshaking begins and reset when
// handshaking is done.
OrphanablePtr<HandshakingState> handshaking_state_ ABSL_GUARDED_BY(&mu_);

Loading…
Cancel
Save