aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/fd_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-10-06 11:30:30 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-10-06 11:30:30 -0700
commitb937aa1b7a62142c9decf20b8c0a5be3ef20ec0b (patch)
tree5e879ba1e01cc122e0bc02b182e313979dd9406c /src/core/iomgr/fd_posix.c
parent78e1e3b128a0776153050d56b0aada32018c62d6 (diff)
ex --> ext
Diffstat (limited to 'src/core/iomgr/fd_posix.c')
-rw-r--r--src/core/iomgr/fd_posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/iomgr/fd_posix.c b/src/core/iomgr/fd_posix.c
index dc4aabb668..7ae8d6efa5 100644
--- a/src/core/iomgr/fd_posix.c
+++ b/src/core/iomgr/fd_posix.c
@@ -172,8 +172,8 @@ int grpc_fd_is_orphaned(grpc_fd *fd) {
static void pollset_kick_locked(grpc_fd_watcher *watcher) {
gpr_mu_lock(GRPC_POLLSET_MU(watcher->pollset));
GPR_ASSERT(watcher->worker);
- grpc_pollset_kick_ex(watcher->pollset, watcher->worker,
- GRPC_POLLSET_REEVALUATE_POLLING_ON_WAKEUP);
+ grpc_pollset_kick_ext(watcher->pollset, watcher->worker,
+ GRPC_POLLSET_REEVALUATE_POLLING_ON_WAKEUP);
gpr_mu_unlock(GRPC_POLLSET_MU(watcher->pollset));
}