aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2017-03-22 02:34:39 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2017-03-22 02:34:39 -0700
commit995ed1c3c6abd81f6b9dad71491da986e0e6f01e (patch)
tree0cdd9c1e5a49706b8e395431894de404b5029c6e /include
parentf6c202670c89b9dd540a21d9d412f544dee69fe1 (diff)
Fix bug
Diffstat (limited to 'include')
-rw-r--r--include/grpc/grpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index 68c277cd08..fecb784570 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -135,7 +135,7 @@ typedef struct grpc_completion_queue_attributes {
structure in future. */
int version; /* Set to GRPC_CQ_CURRENT_VERSION */
- grpc_cq_completion_type cq_type;
+ grpc_cq_completion_type cq_completion_type;
grpc_cq_polling_type cq_polling_type;
} grpc_completion_queue_attributes;