Skip to content

Commit

Permalink
generate_project script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashithasantosh committed Sep 10, 2021
1 parent ca43c34 commit 386ace1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -92,7 +92,7 @@ class FileWatcherAuthorizationPolicyProvider
gpr_event shutdown_event_;

grpc_core::Mutex mu_;
// The latest valid policy.
// The latest valid authorization policy.
std::string authz_policy_ ABSL_GUARDED_BY(mu_);
// Engines created using authz_policy_.
RefCountedPtr<AuthorizationEngine> allow_engine_ ABSL_GUARDED_BY(mu_);
Expand Down
2 changes: 1 addition & 1 deletion src/ruby/ext/grpc/rb_grpc_imports.generated.h

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

0 comments on commit 386ace1

Please sign in to comment.