aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-09 16:56:21 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-09 16:56:21 -0700
commit86062bb01cc433f6b6d383091300eb66f23b893a (patch)
treea47d39e2fb217bcf07e953f7dbb2d4cb215178e9 /src/core/surface
parent3c54d8c1713659420ef9426c30829b950e6326d3 (diff)
Add missing kick
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/completion_queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/completion_queue.c b/src/core/surface/completion_queue.c
index 67f4443e9d..2ff47eb107 100644
--- a/src/core/surface/completion_queue.c
+++ b/src/core/surface/completion_queue.c
@@ -129,6 +129,7 @@ void grpc_cq_end_op(grpc_completion_queue *cc, void *tag, int success,
cc->completed_tail->next =
((gpr_uintptr)storage) | (1u & (gpr_uintptr)cc->completed_tail->next);
cc->completed_tail = storage;
+ grpc_pollset_kick(&cc->pollset);
gpr_mu_unlock(GRPC_POLLSET_MU(&cc->pollset));
} else {
gpr_mu_lock(GRPC_POLLSET_MU(&cc->pollset));