aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/statistics/census_rpc_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/statistics/census_rpc_stats.c')
-rw-r--r--src/core/statistics/census_rpc_stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/statistics/census_rpc_stats.c b/src/core/statistics/census_rpc_stats.c
index 785c091deb..fc66cb951f 100644
--- a/src/core/statistics/census_rpc_stats.c
+++ b/src/core/statistics/census_rpc_stats.c
@@ -141,7 +141,7 @@ static void record_stats(census_ht* store, census_op_id op_id,
const census_rpc_stats* stats) {
gpr_mu_lock(&g_mu);
if (store != NULL) {
- trace_obj* trace = NULL;
+ census_trace_obj* trace = NULL;
census_internal_lock_trace_store();
trace = census_get_trace_obj_locked(op_id);
if (trace != NULL) {