aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/server.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-08-02 10:05:17 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-08-02 10:05:17 -0700
commit6e26952db4fc3eef2c764d1202281d8cdbb1975a (patch)
tree10ad005176bbca463c2f7afd90e25448247127ad /src/core/lib/surface/server.c
parent9fd00425c50800906f4deb2c5aafa9b64217b54c (diff)
parent1e3fdbe7fd7831fe31b05a3da8044872564c4351 (diff)
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
Diffstat (limited to 'src/core/lib/surface/server.c')
-rw-r--r--src/core/lib/surface/server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/surface/server.c b/src/core/lib/surface/server.c
index a97d3c57a5..1d61ec3bbb 100644
--- a/src/core/lib/surface/server.c
+++ b/src/core/lib/surface/server.c
@@ -874,7 +874,8 @@ static grpc_error *init_call_elem(grpc_exec_ctx *exec_ctx,
}
static void destroy_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
- const grpc_call_stats *stats, void *ignored) {
+ const grpc_call_final_info *final_info,
+ void *ignored) {
channel_data *chand = elem->channel_data;
call_data *calld = elem->call_data;