Make argument names consistent

pull/22697/head
Muxi Yan 5 years ago committed by GitHub
parent 5e2c40ab58
commit 07a51fae6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/surface/server.cc

@ -268,7 +268,7 @@ struct grpc_server {
(((channel_data*)(elem)->channel_data)->server)
namespace {
void publish_new_rpc(void* calld, grpc_error* error);
void publish_new_rpc(void* arg, grpc_error* error);
void fail_call(grpc_server* server, size_t cq_idx, requested_call* rc,
grpc_error* error);
/* Before calling maybe_finish_shutdown, we must hold mu_global and not

Loading…
Cancel
Save