aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/census/grpc_filter.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-08 15:50:45 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-08 15:50:45 -0800
commit4dfe317e5dc1c11688e8ab95c1a62c12553f43ad (patch)
tree30461dcf9f15a6e656440dcbc47302713741c111 /src/core/census/grpc_filter.c
parent8974a6681c430357632f5da4cc98f88ac46fe9e9 (diff)
parent7f34c783c4735ce16c22cd4c92d989d4bb0e2822 (diff)
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
Diffstat (limited to 'src/core/census/grpc_filter.c')
-rw-r--r--src/core/census/grpc_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/census/grpc_filter.c b/src/core/census/grpc_filter.c
index 4529ae9bd7..ee1f62f8c2 100644
--- a/src/core/census/grpc_filter.c
+++ b/src/core/census/grpc_filter.c
@@ -59,7 +59,7 @@ typedef struct call_data {
grpc_closure finish_recv;
} call_data;
-typedef struct channel_data { gpr_uint8 unused; } channel_data;
+typedef struct channel_data { uint8_t unused; } channel_data;
static void extract_and_annotate_method_tag(grpc_metadata_batch *md,
call_data *calld,