aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-09-11 14:33:40 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-09-11 14:33:40 -0700
commit157e7fa03e600a4156a2913f8f645c5af4270408 (patch)
tree9c86b7d2849d3e1550046e75e40babb5e2a9614e /src/core
parente914bbac72e866db04600d123e37e0087a08d5f7 (diff)
fix clang tidy
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lib/channel/channel_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/channel_trace.h b/src/core/lib/channel/channel_trace.h
index 230faa483e..94fea20b45 100644
--- a/src/core/lib/channel/channel_trace.h
+++ b/src/core/lib/channel/channel_trace.h
@@ -63,7 +63,7 @@ class ChannelTrace {
// stack, determine if it makes more sense to accept a char* instead of a
// slice.
void AddTraceEventWithReference(Severity severity, grpc_slice data,
- RefCountedPtr<BaseNode> referenced_channel);
+ RefCountedPtr<BaseNode> referenced_entity);
// Creates and returns the raw grpc_json object, so a parent channelz
// object may incorporate the json before rendering.