diff options
author | Mark D. Roth <roth@google.com> | 2016-08-02 14:17:11 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-08-02 14:17:11 -0700 |
commit | 3b4f99549db1ef93b67c4fca97d1ed84c1cd0825 (patch) | |
tree | d4fa821a42ef320330938f28e89abc742c5e0400 /src/cpp | |
parent | 85c1168d1798db92bc2fb063c3fd8c5162535401 (diff) |
Update destroy_call_elem args from merge.
Diffstat (limited to 'src/cpp')
-rw-r--r-- | src/cpp/common/channel_filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/common/channel_filter.h b/src/cpp/common/channel_filter.h index 6a405f567c..b7861b40f0 100644 --- a/src/cpp/common/channel_filter.h +++ b/src/cpp/common/channel_filter.h @@ -311,7 +311,7 @@ class ChannelFilter GRPC_FINAL { static void DestroyCallElement(grpc_exec_ctx *exec_ctx, grpc_call_element *elem, - const grpc_call_stats *stats, + const grpc_call_final_info* final_info, void *and_free_memory) { reinterpret_cast<CallDataType *>(elem->call_data)->~CallDataType(); } |